| Package | Description |
|---|---|
| com.atlassian.bamboo.agent.elastic.schedule | |
| com.atlassian.bamboo.ww2.actions.admin.elastic.schedule |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<ElasticInstanceScheduleImpl,ActiveInstanceAdjustmentType> |
ElasticInstanceScheduleImpl_.activeInstanceAdjustmentType |
| Modifier and Type | Method and Description |
|---|---|
ActiveInstanceAdjustmentType |
ElasticInstanceScheduleImpl.getActiveInstanceAdjustmentType() |
ActiveInstanceAdjustmentType |
ElasticInstanceSchedule.getActiveInstanceAdjustmentType()
Whether to bring # of instances to <=, >= or ==.
|
static ActiveInstanceAdjustmentType |
ActiveInstanceAdjustmentType.getActiveInstanceAdjustmentType(long databaseId) |
static ActiveInstanceAdjustmentType |
ActiveInstanceAdjustmentType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticInstanceScheduleImpl.setActiveInstanceAdjustmentType(ActiveInstanceAdjustmentType activeInstanceAdjustmentType) |
void |
ElasticInstanceSchedule.setActiveInstanceAdjustmentType(ActiveInstanceAdjustmentType activeInstanceAdjustmentType) |
| Constructor and Description |
|---|
ElasticInstanceScheduleImpl(String cronExpression,
ElasticImageConfiguration elasticImageConfiguration,
ActiveInstanceAdjustmentType activeInstanceAdjustmentType,
int targetActiveInstances) |
| Modifier and Type | Method and Description |
|---|---|
List<ActiveInstanceAdjustmentType> |
ConfigureElasticInstanceSchedule.getActiveInstanceAdjustmentTypes() |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.