Class CRParameter
java.lang.Object
com.thoughtworks.go.plugin.configrepo.contract.CRBase
com.thoughtworks.go.plugin.configrepo.contract.CRParameter
- All Implemented Interfaces:
Locatable
public class CRParameter extends CRBase
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CRParameter()CRParameter(java.lang.String name, java.lang.String value) -
Method Summary
Modifier and Type Method Description voidgetErrors(ErrorCollection errors, java.lang.String parentLocation)java.lang.StringgetLocation(java.lang.String parent)java.lang.StringvalidateNameUniqueness(java.util.HashSet<java.lang.String> keys)Methods 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
-
CRParameter
public CRParameter() -
CRParameter
public CRParameter(java.lang.String name, java.lang.String value)
-
-
Method Details