Class CRFetchPluggableArtifactTask
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.CRFetchPluggableArtifactTask
- All Implemented Interfaces:
Locatable
public class CRFetchPluggableArtifactTask 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 CRFetchPluggableArtifactTask()CRFetchPluggableArtifactTask(CRRunIf runIf, CRTask onCancel, java.lang.String pipelineName, java.lang.String stage, java.lang.String job, java.lang.String artifactId, java.util.List<CRConfigurationProperty> crConfigurationProperties) -
Method Summary
Modifier and Type Method Description voidgetErrors(ErrorCollection errors, java.lang.String parentLocation)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
-
CRFetchPluggableArtifactTask
public CRFetchPluggableArtifactTask() -
CRFetchPluggableArtifactTask
public CRFetchPluggableArtifactTask(CRRunIf runIf, CRTask onCancel, java.lang.String pipelineName, java.lang.String stage, java.lang.String job, java.lang.String artifactId, java.util.List<CRConfigurationProperty> crConfigurationProperties)
-
-
Method Details