Class DeployConfiguration


  • public class DeployConfiguration
    extends Object
    • Constructor Detail

      • DeployConfiguration

        public DeployConfiguration()
    • Method Detail

      • getAuthToken

        public String getAuthToken()
      • getAutoScalingGroupId

        public String getAutoScalingGroupId()
      • useAutoScaling

        public boolean useAutoScaling()
      • isDeploySnapshots

        public boolean isDeploySnapshots()
      • setDeploySnapshots

        public void setDeploySnapshots​(boolean deploySnapshots)
      • getExclusions

        public List<org.apache.maven.model.Exclusion> getExclusions()
      • isTestScope

        public boolean isTestScope()
      • setTestScope

        public void setTestScope​(boolean testScope)
      • getTarget

        public String getTarget()
      • useElbStatusCheck

        public boolean useElbStatusCheck()
      • doRestart

        public boolean doRestart()
      • getAwsPrivateIp

        public boolean getAwsPrivateIp()
      • isDeployConfig

        public boolean isDeployConfig()
      • setWithConfig

        public void setWithConfig​(Boolean withConfig)
      • isIgnoreInStandby

        public boolean isIgnoreInStandby()
      • isDecrementDesiredCapacity

        public boolean isDecrementDesiredCapacity()
      • getMaxCapacity

        public Integer getMaxCapacity()
      • getMinCapacity

        public Integer getMinCapacity()
      • setDeployStrategy

        public void setDeployStrategy​(DeployStrategyType deployStrategy)
      • isSticky

        public boolean isSticky()
      • spindown

        public boolean spindown()
      • metricsEnabled

        public boolean metricsEnabled()
      • getDeployType

        public DeployType getDeployType()
      • getStickyPorts

        public List<Integer> getStickyPorts()
      • withDecrementCapacity

        public DeployConfiguration withDecrementCapacity​(boolean decrementCapacity)
      • withIgnoreInStandby

        public DeployConfiguration withIgnoreInStandby​(boolean ignoreInStandby)
      • withDeploySnapshots

        public DeployConfiguration withDeploySnapshots​(boolean deploySnapshots)
      • withExclusions

        public DeployConfiguration withExclusions​(List<org.apache.maven.model.Exclusion> exclusions)
      • getProjectVersion

        public String getProjectVersion()
      • getAutoScalingProperties

        public List<String> getAutoScalingProperties()
      • getPort

        public int getPort()