Class CiWithAll

  • All Implemented Interfaces:
    com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, java.io.Serializable, java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>

    public class CiWithAll
    extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CiWithAll.FooBar  
    • Field Summary

      • Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem

        id, syntheticProperties, type
      • Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

        SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
    • Constructor Summary

      Constructors 
      Constructor Description
      CiWithAll()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<CiWithAll> getChildList()  
      java.util.Set<CiWithAll> getChildSet()  
      CiWithAll getCi()  
      java.util.List<CiWithAll> getCiList()  
      java.util.Set<CiWithAll> getCiSet()  
      java.util.Date getDate()  
      CiWithAll.FooBar getEnumeration()  
      int getInteger()  
      java.util.Map<java.lang.String,​java.lang.String> getMap()  
      NestedCi getNestedChild()  
      SonOfCi getSingleChild()  
      java.lang.String getString()  
      java.util.List<java.lang.String> getStringList()  
      java.util.Set<java.lang.String> getStringSet()  
      boolean isBool()  
      static CiWithAll newCi​(java.lang.String id)  
      static <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem>
      T
      newCi​(java.lang.String id, java.lang.Class<T> ciType)  
      • Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem

        compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CiWithAll

        public CiWithAll()
    • Method Detail

      • getString

        public java.lang.String getString()
      • getInteger

        public int getInteger()
      • isBool

        public boolean isBool()
      • getStringSet

        public java.util.Set<java.lang.String> getStringSet()
      • getMap

        public java.util.Map<java.lang.String,​java.lang.String> getMap()
      • getCiSet

        public java.util.Set<CiWithAll> getCiSet()
      • getCiList

        public java.util.List<CiWithAll> getCiList()
      • getStringList

        public java.util.List<java.lang.String> getStringList()
      • getChildSet

        public java.util.Set<CiWithAll> getChildSet()
      • getChildList

        public java.util.List<CiWithAll> getChildList()
      • getDate

        public java.util.Date getDate()
      • getSingleChild

        public SonOfCi getSingleChild()
      • getNestedChild

        public NestedCi getNestedChild()
      • newCi

        public static CiWithAll newCi​(java.lang.String id)
      • newCi

        public static <T extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> T newCi​(java.lang.String id,
                                                                                                  java.lang.Class<T> ciType)