Class CRBase
java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
- All Implemented Interfaces:
Locatable
- Direct Known Subclasses:
CRApproval,CRArtifact,CRConfigurationProperty,CREnvironment,CREnvironmentVariable,CRFilter,CRJob,CRMaterial,CRParameter,CRPipeline,CRPluginConfiguration,CRStage,CRTab,CRTask,CRTimer,CRTrackingTool
public abstract class CRBase extends java.lang.Object implements Locatable
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringlocation -
Constructor Summary
Constructors Constructor Description CRBase() -
Method Summary
Modifier and Type Method Description ErrorCollectiongetErrors()abstract voidgetErrors(ErrorCollection errors, java.lang.String parentLocation)java.lang.StringgetLocation()voidsetLocation(java.lang.String location)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thoughtworks.go.plugin.configrepo.contract.Locatable
getLocation
-
Field Details
-
location
@SerializedName("location") @Expose protected java.lang.String location
-
-
Constructor Details
-
CRBase
public CRBase()
-
-
Method Details
-
getErrors
-
getLocation
public java.lang.String getLocation() -
setLocation
public void setLocation(java.lang.String location) -
getErrors
-