com.xebialabs.deployit.plugin.wls.container
Interface WlsContainer
- 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, java.io.Serializable, com.xebialabs.deployit.plugin.api.udm.Taggable
- All Known Implementing Classes:
- Cluster, Domain, Server
public interface WlsContainer
- extends com.xebialabs.deployit.plugin.python.PythonManagedContainer, com.xebialabs.deployit.plugin.overthere.HostContainer
| Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable |
TAGS_FIELD |
| Methods inherited from interface com.xebialabs.deployit.plugin.python.PythonManagedContainer |
getManagingContainer |
| Methods inherited from interface com.xebialabs.deployit.plugin.overthere.HostContainer |
getHost |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable |
getTags, setTags |
getDomain
Domain getDomain()
getObjectName
@DerivedProperty(value="objectName")
java.lang.String getObjectName()
getHosts
java.util.Set<com.xebialabs.deployit.plugin.overthere.Host> getHosts()
getServers
java.util.Set<Server> getServers()
getStopOrder
int getStopOrder()
getStartOrder
int getStartOrder()
getStartSteps
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> getStartSteps(int order)
getStopSteps
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> getStopSteps(int order)