Interface WasContainer

All Superinterfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.overthere.HostContainer, com.xebialabs.deployit.plugin.python.PythonManagedContainer, Serializable, com.xebialabs.deployit.plugin.api.udm.Taggable
All Known Subinterfaces:
Cell, HealthPolicyMembershipContainer, Node, Server, WasAppContainer, WasCustomPropertyContainer, Webserver
All Known Implementing Classes:
BaseCell, BaseCluster, Cluster, DeploymentManager, DynamicCluster, DynamicOdrCluster, ManagedServer, ManagedWebServer, NodeAgent, ProxyServerCluster, UnmanagedNode, UnmanagedServer

public interface WasContainer extends com.xebialabs.deployit.plugin.python.PythonManagedContainer, com.xebialabs.deployit.plugin.overthere.HostContainer
  • 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

    Modifier and Type
    Method
    Description
     
     
     
    Set<? extends Node>
     
     
     
     

    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 Details

    • getCell

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

      Set<? extends Node> getNodes()
    • getCellName

      @DerivedProperty("cellName") String getCellName()
    • getContainmentPath

      @DerivedProperty("containmentPath") String getContainmentPath()
    • getWasConfigIdType

      @DerivedProperty("wasConfigIdType") String getWasConfigIdType()
    • getWasTargetType

      @DerivedProperty("wasTargetType") String getWasTargetType()
    • getShortTypeDescription

      @DerivedProperty("shortTypeDescription") String getShortTypeDescription()