Class CRPluggableArtifact
java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.CRArtifact
com.thoughtworks.go.plugin.configrepo.contract.CRPluggableArtifact
- All Implemented Interfaces:
Locatable
public class CRPluggableArtifact extends CRArtifact
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CRPluggableArtifact(java.lang.String id, java.lang.String storeId, java.util.List<CRConfigurationProperty> configurationProperties) -
Method Summary
Modifier and Type Method Description voidgetErrors(ErrorCollection errors, java.lang.String parentLocation)Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRArtifact
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
-
Constructor Details
-
CRPluggableArtifact
public CRPluggableArtifact(java.lang.String id, java.lang.String storeId, java.util.List<CRConfigurationProperty> configurationProperties)
-
-
Method Details
-
getErrors
- Overrides:
getErrorsin classCRArtifact
-