Interface WasContainer

    • Field Summary

      • Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

        SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
      • Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable

        TAGS_FIELD
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Cell getCell()  
      java.lang.String getCellName()  
      java.lang.String getContainmentPath()  
      java.util.Set<? extends Node> getNodes()  
      java.lang.String getShortTypeDescription()  
      java.lang.String getWasConfigIdType()  
      java.lang.String getWasTargetType()  
      • Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

        get$directoryReference, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
      • Methods inherited from interface com.xebialabs.deployit.plugin.overthere.HostContainer

        getHost
      • Methods inherited from interface com.xebialabs.deployit.plugin.python.PythonManagedContainer

        getManagingContainer
      • Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable

        getTags, setTags
    • Method Detail

      • getCell

        @DerivedProperty("cell")
        Cell getCell()
      • getNodes

        java.util.Set<? extends Node> getNodes()
      • getCellName

        @DerivedProperty("cellName")
        java.lang.String getCellName()
      • getContainmentPath

        @DerivedProperty("containmentPath")
        java.lang.String getContainmentPath()
      • getWasConfigIdType

        @DerivedProperty("wasConfigIdType")
        java.lang.String getWasConfigIdType()
      • getWasTargetType

        @DerivedProperty("wasTargetType")
        java.lang.String getWasTargetType()
      • getShortTypeDescription

        @DerivedProperty("shortTypeDescription")
        java.lang.String getShortTypeDescription()