public class TaskLaunchRequest extends Object implements Serializable
Constructor and Description |
---|
TaskLaunchRequest(String uri,
List<String> commandlineArguments,
Map<String,String> environmentProperties,
Map<String,String> deploymentProperties)
Constructor for the TaskLaunchRequest;
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getCommandlineArguments()
Returns an unmodifiable list of arguments that will be used for the task execution
|
Map<String,String> |
getDeploymentProperties()
Returns the properties used by a
TaskLauncher |
Map<String,String> |
getEnvironmentProperties()
Retrieves the environment variables for the task.
|
String |
getUri()
Returns the current uri to the artifact for this launch request.
|
int |
hashCode() |
String |
toString() |
public TaskLaunchRequest(String uri, List<String> commandlineArguments, Map<String,String> environmentProperties, Map<String,String> deploymentProperties)
uri
- the URI to the task artifact to be launched.commandlineArguments
- list of commandlineArguments to be used by the taskenvironmentProperties
- are the environment variables for this task.deploymentProperties
- are the variables used to setup task on the platform.public String getUri()
public List<String> getCommandlineArguments()
public Map<String,String> getEnvironmentProperties()
public Map<String,String> getDeploymentProperties()
TaskLauncher
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.