Class DeployedApplication
- java.lang.Object
- 
- com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
- 
- com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItemWithPolicies
- 
- com.xebialabs.deployit.plugin.api.udm.DeployedApplication
 
 
 
- 
- All Implemented Interfaces:
- ConfigurationItem,- java.io.Serializable,- java.lang.Comparable<BaseConfigurationItem>
 
 @Metadata(description="A deployment of an application package or a deployable artifact to a middleware CI or an environment.") @TypeIcon("icons/types/udm.DeployedApplication.svg") public class DeployedApplication extends BaseConfigurationItemWithPolicies A deployment of an application package (aVersion) on anEnvironment.Note that this is not the action, but the state of a deployment. - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItemWithPoliciesonFailurePolicy, onSuccessPolicy
 - 
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItemid, syntheticProperties, type
 - 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItemSYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
 
- 
 - 
Constructor SummaryConstructors Constructor Description DeployedApplication()DeployedApplication(Version version, Environment environment)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd$ResolvedPlaceholder(com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder resolvedPlaceholder)voidadd$ResolvedPlaceholders(java.util.Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> resolvedPlaceholders)voidaddDeployed(Deployed deployed)voidaddDeployeds(Deployed... deployeds)voidaddDeployeds(java.util.Collection<Deployed> deployeds)static SearchParametersfindApplicationVersions(ConfigurationItem context, PropertyDescriptor property)java.util.Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder>get$ResolvedPlaceholders()java.util.Set<ConfigurationItem>getBoundConfigurationItems()java.util.Set<Deployed>getDeployeds()EnvironmentgetEnvironment()java.util.List<java.lang.String>getOrchestrator()java.util.Map<java.lang.String,java.lang.String>getUnresolvedPlaceholders()java.util.Map<java.lang.String,java.lang.String>getUnresolvedPlaceholdersWithValues()VersiongetVersion()booleanhasProvisioned()booleanisForceRedeploy()booleanisOptimizePlan()booleanisProvisioning()booleanisUndeployDependencies()voidset$resolvedPlaceholders(java.util.Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> $resolvedPlaceholders)voidsetBoundConfigurationItems(java.util.Set<ConfigurationItem> boundConfigurationItems)voidsetDeployeds(java.util.Set<Deployed> deployeds)voidsetEnvironment(Environment environment)voidsetForceRedeploy(boolean forceRedeploy)voidsetOptimizePlan(boolean optimizePlan)voidsetOrchestrator(java.util.List<java.lang.String> orchestrator)voidsetUndeployDependencies(boolean undeployDependencies)voidsetUnresolvedPlaceholders(java.util.Map<java.lang.String,java.lang.String> unresolvedPlaceholders)voidsetVersion(Version version)- 
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItemWithPoliciesgetOnFailurePolicy, getOnSuccessPolicy, setOnFailurePolicy, setOnSuccessPolicy
 - 
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItemcompareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DeployedApplicationpublic DeployedApplication() 
 - 
DeployedApplicationpublic DeployedApplication(Version version, Environment environment) 
 
- 
 - 
Method Detail- 
findApplicationVersions@CandidateValuesFilter(name="deployedApplicationVersionCandidateFilter") public static SearchParameters findApplicationVersions(ConfigurationItem context, PropertyDescriptor property) 
 - 
getVersionpublic Version getVersion() - Returns:
- The package (a Version) that is part of this deployment.
 
 - 
setVersionpublic void setVersion(Version version) - Parameters:
- version- The package (a- Version) that is part of this deployment.
 
 - 
getEnvironmentpublic Environment getEnvironment() - Returns:
- The target Environmentof this deployment.
 
 - 
setEnvironmentpublic void setEnvironment(Environment environment) - Parameters:
- environment- The target- Environmentof this deployment.
 
 - 
getDeployedspublic java.util.Set<Deployed> getDeployeds() - Returns:
- The Deployeditems that have been deployed to theEnvironment.
 
 - 
setDeployedspublic void setDeployeds(java.util.Set<Deployed> deployeds) - Parameters:
- deployeds- The- Deployeditems that have been deployed to the- Environment.
 
 - 
addDeployedpublic void addDeployed(Deployed deployed) 
 - 
addDeployedspublic void addDeployeds(Deployed... deployeds) 
 - 
addDeployedspublic void addDeployeds(java.util.Collection<Deployed> deployeds) 
 - 
getOrchestratorpublic java.util.List<java.lang.String> getOrchestrator() - Returns:
- A list of Orchestrator names that can be used to orchestrate a deployment.
 
 - 
setOrchestratorpublic void setOrchestrator(java.util.List<java.lang.String> orchestrator) 
 - 
isOptimizePlanpublic boolean isOptimizePlan() 
 - 
setOptimizePlanpublic void setOptimizePlan(boolean optimizePlan) 
 - 
getBoundConfigurationItemspublic java.util.Set<ConfigurationItem> getBoundConfigurationItems() 
 - 
setBoundConfigurationItemspublic void setBoundConfigurationItems(java.util.Set<ConfigurationItem> boundConfigurationItems) 
 - 
getUnresolvedPlaceholderspublic java.util.Map<java.lang.String,java.lang.String> getUnresolvedPlaceholders() 
 - 
setUnresolvedPlaceholderspublic void setUnresolvedPlaceholders(java.util.Map<java.lang.String,java.lang.String> unresolvedPlaceholders) 
 - 
getUnresolvedPlaceholdersWithValuespublic java.util.Map<java.lang.String,java.lang.String> getUnresolvedPlaceholdersWithValues() 
 - 
isUndeployDependenciespublic boolean isUndeployDependencies() 
 - 
setUndeployDependenciespublic void setUndeployDependencies(boolean undeployDependencies) 
 - 
isProvisioningpublic boolean isProvisioning() 
 - 
add$ResolvedPlaceholderpublic void add$ResolvedPlaceholder(com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder resolvedPlaceholder) 
 - 
add$ResolvedPlaceholderspublic void add$ResolvedPlaceholders(java.util.Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> resolvedPlaceholders) 
 - 
get$ResolvedPlaceholderspublic java.util.Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> get$ResolvedPlaceholders() 
 - 
set$resolvedPlaceholderspublic void set$resolvedPlaceholders(java.util.Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> $resolvedPlaceholders) 
 - 
hasProvisionedpublic boolean hasProvisioned() 
 - 
isForceRedeploypublic boolean isForceRedeploy() 
 - 
setForceRedeploypublic void setForceRedeploy(boolean forceRedeploy) 
 
- 
 
-