Uses of Class
com.atlassian.bamboo.agent.elastic.schedule.ActiveInstanceAdjustmentType

Packages that use ActiveInstanceAdjustmentType
com.atlassian.bamboo.agent.elastic.schedule   
com.atlassian.bamboo.ww2.actions.admin.elastic.schedule   
 

Uses of ActiveInstanceAdjustmentType in com.atlassian.bamboo.agent.elastic.schedule
 

Methods in com.atlassian.bamboo.agent.elastic.schedule that return ActiveInstanceAdjustmentType
 ActiveInstanceAdjustmentType ElasticInstanceSchedule.getActiveInstanceAdjustmentType()
          Whether to bring # of instances to <=, >= or ==.
 ActiveInstanceAdjustmentType ElasticInstanceScheduleImpl.getActiveInstanceAdjustmentType()
           
static ActiveInstanceAdjustmentType ActiveInstanceAdjustmentType.getActiveInstanceAdjustmentType(long databaseId)
           
static ActiveInstanceAdjustmentType ActiveInstanceAdjustmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActiveInstanceAdjustmentType[] ActiveInstanceAdjustmentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.bamboo.agent.elastic.schedule with parameters of type ActiveInstanceAdjustmentType
 void ElasticInstanceSchedule.setActiveInstanceAdjustmentType(ActiveInstanceAdjustmentType activeInstanceAdjustmentType)
           
 void ElasticInstanceScheduleImpl.setActiveInstanceAdjustmentType(ActiveInstanceAdjustmentType activeInstanceAdjustmentType)
           
 

Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type ActiveInstanceAdjustmentType
ElasticInstanceScheduleImpl(java.lang.String cronExpression, ElasticImageConfiguration elasticImageConfiguration, ActiveInstanceAdjustmentType activeInstanceAdjustmentType, int targetActiveInstances)
           
 

Uses of ActiveInstanceAdjustmentType in com.atlassian.bamboo.ww2.actions.admin.elastic.schedule
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic.schedule that return types with arguments of type ActiveInstanceAdjustmentType
 java.util.List<ActiveInstanceAdjustmentType> ConfigureElasticInstanceSchedule.getActiveInstanceAdjustmentTypes()
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.