Class DeployRequest


  • public class DeployRequest
    extends Object
    • Method Detail

      • getId

        public UUID getId()
      • getAutoScalingGroup

        public String getAutoScalingGroup()
      • withElb

        public boolean withElb()
      • withAutoScaling

        public boolean withAutoScaling()
      • withRestart

        public boolean withRestart()
      • setState

        public void setState​(DeployState state)
      • isDecrementDesiredCapacity

        public boolean isDecrementDesiredCapacity()
      • isScopeTest

        public boolean isScopeTest()
      • setDecrementDesiredCapacity

        public void setDecrementDesiredCapacity​(boolean decrementDesiredCapacity)
      • setRestart

        public void setRestart​(boolean restart)
      • getTimestamp

        public long getTimestamp()
      • setTimestamp

        public void setTimestamp​(long timestamp)
      • setFailedReason

        public void setFailedReason​(String reason)
      • getFailedReason

        public String getFailedReason()