|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.deployit.plugin.api.udm.Environment
com.xebialabs.deployit.plugin.cloud.ci.Environment
@Metadata(description="Cloud environment",
root=ENVIRONMENTS)
public class Environment
| 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 | |
|---|---|
Environment()
|
|
| Method Summary | |
|---|---|
java.util.List<? extends com.xebialabs.deployit.plugin.api.flow.Step> |
destroy()
You should not rename this method, because it is used in UI |
java.util.Set<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> |
getLinkedCis()
|
java.util.Set<com.xebialabs.deployit.plugin.overthere.Host> |
getLinkedHosts()
|
EnvironmentTemplate |
getTemplate()
|
void |
setLinkedCis(java.util.Set<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> linkedCis)
|
void |
setTemplate(EnvironmentTemplate template)
|
| Methods inherited from class com.xebialabs.deployit.plugin.api.udm.Environment |
|---|
addMember, getDictionaries, getMembers, getMembersOfType, setDictionaries, setMembers |
| Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem |
|---|
compareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Environment()
| Method Detail |
|---|
public java.util.Set<com.xebialabs.deployit.plugin.overthere.Host> getLinkedHosts()
public EnvironmentTemplate getTemplate()
public void setTemplate(EnvironmentTemplate template)
public java.util.Set<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> getLinkedCis()
public void setLinkedCis(java.util.Set<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> linkedCis)
@ControlTask(label="Destroy",
description="Shut down all related cloud instances and remove all related CIs")
public java.util.List<? extends com.xebialabs.deployit.plugin.api.flow.Step> destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||