@Metadata(virtual=true, description="The supertype for infrastructure as code deployeds with output variables.") public class BaseDeployedInfrastructureAsCode<D extends DeployableArtifact,C extends Container> extends BaseDeployedArtifact<D,C>
id, syntheticProperties, type
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
CONTAINER_FIELD, DEPLOYABLE_FIELD
Constructor and Description |
---|
BaseDeployedInfrastructureAsCode() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAutomaticDictionary() |
java.lang.String |
getDictionaryPath() |
java.lang.String |
getEnvironmentPath() |
boolean |
getGenerateCIsFromResources() |
java.util.Set<ConfigurationItem> |
getGeneratedConfigurationItems() |
java.util.Map<java.lang.String,java.lang.String> |
getOutputVariables() |
void |
setAutomaticDictionary(boolean newValue) |
void |
setDictionaryPath(java.lang.String newValue) |
void |
setEnvironmentPath(java.lang.String newValue) |
void |
setGenerateCIsFromResources(boolean newValue) |
void |
setGeneratedConfigurationItems(java.util.Set<ConfigurationItem> newValue) |
void |
setOutputVariables(java.util.Map<java.lang.String,java.lang.String> newValue) |
getFile, getPlaceholders, getSourceArtifact, setFile, setPlaceholders
getBoundConfigurationItems, getContainer, getDeployable, setBoundConfigurationItems, setContainer, setDeployable
compareTo, equals, get$ciAttributes, get$externalProperties, get$internalId, get$securedCi, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$externalProperties, set$internalId, set$securedCi, set$token, set$validationMessages, setId, setProperty, setType, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
get$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
public java.util.Map<java.lang.String,java.lang.String> getOutputVariables()
public void setOutputVariables(java.util.Map<java.lang.String,java.lang.String> newValue)
public boolean getAutomaticDictionary()
public void setAutomaticDictionary(boolean newValue)
public java.lang.String getDictionaryPath()
public void setDictionaryPath(java.lang.String newValue)
public java.lang.String getEnvironmentPath()
public void setEnvironmentPath(java.lang.String newValue)
public void setGenerateCIsFromResources(boolean newValue)
public boolean getGenerateCIsFromResources()
public java.util.Set<ConfigurationItem> getGeneratedConfigurationItems()
public void setGeneratedConfigurationItems(java.util.Set<ConfigurationItem> newValue)