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
,Serializable
,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 (a
Version
) on an Environment
.
Note that this is not the action, but the state of a deployment.
- See Also:
-
Field Summary
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItemWithPolicies
onFailurePolicy, onSuccessPolicy
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add$ResolvedPlaceholder
(com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder resolvedPlaceholder) void
add$ResolvedPlaceholders
(Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> resolvedPlaceholders) void
addDeployed
(Deployed deployed) void
addDeployeds
(Deployed... deployeds) void
addDeployeds
(Collection<Deployed> deployeds) static SearchParameters
findApplicationVersions
(ConfigurationItem context, PropertyDescriptor property) Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder>
boolean
boolean
boolean
boolean
boolean
void
set$resolvedPlaceholders
(Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> $resolvedPlaceholders) void
setBoundConfigurationItems
(Set<ConfigurationItem> boundConfigurationItems) void
setDeployeds
(Set<Deployed> deployeds) void
setEnvironment
(Environment environment) void
setForceRedeploy
(boolean forceRedeploy) void
setOptimizePlan
(boolean optimizePlan) void
setOrchestrator
(List<String> orchestrator) void
setUndeployDependencies
(boolean undeployDependencies) void
setUnresolvedPlaceholders
(Map<String, String> unresolvedPlaceholders) void
setVersion
(Version version) Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItemWithPolicies
getOnFailurePolicy, getOnSuccessPolicy, setOnFailurePolicy, setOnSuccessPolicy
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, 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 Details
-
DeployedApplication
public DeployedApplication() -
DeployedApplication
-
-
Method Details
-
findApplicationVersions
@CandidateValuesFilter(name="deployedApplicationVersionCandidateFilter") public static SearchParameters findApplicationVersions(ConfigurationItem context, PropertyDescriptor property) -
getVersion
- Returns:
- The package (a
Version
) that is part of this deployment.
-
setVersion
- Parameters:
version
- The package (aVersion
) that is part of this deployment.
-
getEnvironment
- Returns:
- The target
Environment
of this deployment.
-
setEnvironment
- Parameters:
environment
- The targetEnvironment
of this deployment.
-
getDeployeds
- Returns:
- The
Deployed
items that have been deployed to theEnvironment
.
-
setDeployeds
- Parameters:
deployeds
- TheDeployed
items that have been deployed to theEnvironment
.
-
addDeployed
-
addDeployeds
-
addDeployeds
-
getOrchestrator
- Returns:
- A list of Orchestrator names that can be used to orchestrate a deployment.
-
setOrchestrator
-
isOptimizePlan
public boolean isOptimizePlan() -
setOptimizePlan
public void setOptimizePlan(boolean optimizePlan) -
getBoundConfigurationItems
-
setBoundConfigurationItems
-
getUnresolvedPlaceholders
-
setUnresolvedPlaceholders
-
getUnresolvedPlaceholdersWithValues
-
isUndeployDependencies
public boolean isUndeployDependencies() -
setUndeployDependencies
public void setUndeployDependencies(boolean undeployDependencies) -
isProvisioning
public boolean isProvisioning() -
add$ResolvedPlaceholder
public void add$ResolvedPlaceholder(com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder resolvedPlaceholder) -
add$ResolvedPlaceholders
public void add$ResolvedPlaceholders(Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> resolvedPlaceholders) -
get$ResolvedPlaceholders
public Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> get$ResolvedPlaceholders() -
set$resolvedPlaceholders
public void set$resolvedPlaceholders(Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> $resolvedPlaceholders) -
hasProvisioned
public boolean hasProvisioned() -
isForceRedeploy
public boolean isForceRedeploy() -
setForceRedeploy
public void setForceRedeploy(boolean forceRedeploy)
-