Class DeployedApplication

    • Constructor Detail

      • DeployedApplication

        public DeployedApplication()
      • DeployedApplication

        public DeployedApplication​(Version version,
                                   Environment environment)
    • Method Detail

      • getVersion

        public Version getVersion()
        Returns:
        The package (a Version) that is part of this deployment.
      • setVersion

        public void setVersion​(Version version)
        Parameters:
        version - The package (a Version) that is part of this deployment.
      • setEnvironment

        public void setEnvironment​(Environment environment)
        Parameters:
        environment - The target Environment of this deployment.
      • setDeployeds

        public void setDeployeds​(java.util.Set<Deployed> deployeds)
        Parameters:
        deployeds - The Deployed items that have been deployed to the Environment.
      • addDeployed

        public void addDeployed​(Deployed deployed)
      • addDeployeds

        public void addDeployeds​(Deployed... deployeds)
      • addDeployeds

        public void addDeployeds​(java.util.Collection<Deployed> deployeds)
      • getOrchestrator

        public java.util.List<java.lang.String> getOrchestrator()
        Returns:
        A list of Orchestrator names that can be used to orchestrate a deployment.
      • setOrchestrator

        public void setOrchestrator​(java.util.List<java.lang.String> orchestrator)
      • isOptimizePlan

        public boolean isOptimizePlan()
      • setOptimizePlan

        public void setOptimizePlan​(boolean optimizePlan)
      • getBoundConfigurationItems

        public java.util.Set<ConfigurationItem> getBoundConfigurationItems()
      • setBoundConfigurationItems

        public void setBoundConfigurationItems​(java.util.Set<ConfigurationItem> boundConfigurationItems)
      • getUnresolvedPlaceholders

        public java.util.Map<java.lang.String,​java.lang.String> getUnresolvedPlaceholders()
      • setUnresolvedPlaceholders

        public void setUnresolvedPlaceholders​(java.util.Map<java.lang.String,​java.lang.String> unresolvedPlaceholders)
      • getUnresolvedPlaceholdersWithValues

        public java.util.Map<java.lang.String,​java.lang.String> 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​(java.util.Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> resolvedPlaceholders)
      • get$ResolvedPlaceholders

        public java.util.Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> get$ResolvedPlaceholders()
      • set$resolvedPlaceholders

        public void set$resolvedPlaceholders​(java.util.Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> $resolvedPlaceholders)
      • hasProvisioned

        public boolean hasProvisioned()
      • isForceRedeploy

        public boolean isForceRedeploy()
      • setForceRedeploy

        public void setForceRedeploy​(boolean forceRedeploy)