java.lang.Object
All Implemented Interfaces:
Locatable

public class CRConfigMaterial
extends CRMaterial
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String TYPE_NAME  

    Fields inherited from class com.thoughtworks.go.plugin.configrepo.contract.material.CRMaterial

    type

    Fields inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase

    location
  • Constructor Summary

    Constructors
    Constructor Description
    CRConfigMaterial()  
    CRConfigMaterial​(java.lang.String name, java.lang.String destination, CRFilter filter)  
  • Method Summary

    Modifier and Type Method Description
    void getErrors​(ErrorCollection errors, java.lang.String parentLocation)  
    java.lang.String getLocation​(java.lang.String parent)  
    java.lang.String typeName()  

    Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.material.CRMaterial

    validateNameUniqueness

    Methods inherited from class com.thoughtworks.go.plugin.configrepo.contract.CRBase

    getErrors, getLocation, setLocation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CRConfigMaterial

      public CRConfigMaterial()
    • CRConfigMaterial

      public CRConfigMaterial​(java.lang.String name, java.lang.String destination, CRFilter filter)
  • Method Details

    • typeName

      public java.lang.String typeName()
      Specified by:
      typeName in class CRMaterial
    • getErrors

      public void getErrors​(ErrorCollection errors, java.lang.String parentLocation)
      Specified by:
      getErrors in class CRBase
    • getLocation

      public java.lang.String getLocation​(java.lang.String parent)