Class CRFetchArtifactTask
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.CRAbstractFetchTask
com.thoughtworks.go.plugin.configrepo.contract.tasks.CRFetchArtifactTask
- All Implemented Interfaces:
Locatable
public class CRFetchArtifactTask extends CRAbstractFetchTask
-
Nested Class Summary
Nested classes/interfaces inherited from class com.thoughtworks.go.plugin.configrepo.contract.tasks.CRAbstractFetchTask
CRAbstractFetchTask.ArtifactOrigin -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringARTIFACT_ORIGINFields inherited from class com.thoughtworks.go.plugin.configrepo.contract.tasks.CRAbstractFetchTask
artifactOrigin, job, pipeline, stage, TYPE_NAME -
Constructor Summary
Constructors Constructor Description CRFetchArtifactTask()CRFetchArtifactTask(CRRunIf runIf, CRTask onCancel, java.lang.String pipelineName, java.lang.String stage, java.lang.String job, java.lang.String source, java.lang.String destination, boolean sourceIsDir) -
Method Summary
Modifier and Type Method Description voidgetErrors(ErrorCollection errors, java.lang.String parentLocation)voidsetSourceIsDirectory(boolean srcIsDirectory)booleansourceIsDirectory()Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.tasks.CRAbstractFetchTask
getLocationMethods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase
getErrors, getLocation, setLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ARTIFACT_ORIGIN
public static final java.lang.String ARTIFACT_ORIGIN- See Also:
- Constant Field Values
-
-
Constructor Details
-
CRFetchArtifactTask
public CRFetchArtifactTask() -
CRFetchArtifactTask
-
-
Method Details