Class CRExecTask
java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.tasks.CRTask
com.thoughtworks.go.plugin.configrepo.contract.tasks.CRExecTask
- All Implemented Interfaces:
Locatable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCRExecTask(CRRunIf runIf, CRTask onCancel, String command, String workingDirectory, long timeout) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddArgument(String arg) voidgetErrors(ErrorCollection errors, String parentLocation) getLocation(String parent) Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase
getErrors, getLocation, setLocation
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
CRExecTask
public CRExecTask() -
CRExecTask
-
-
Method Details