| Package | Description |
|---|---|
| com.atlassian.bamboo.agent.elastic.schedule | |
| com.atlassian.bamboo.agent.elastic.server |
| Modifier and Type | Method and Description |
|---|---|
ElasticInstanceSchedule |
ElasticInstanceScheduleManager.getElasticInstanceSchedule(long elasticInstanceScheduleId)
Gets the schedule associated with that id.
|
| Modifier and Type | Method and Description |
|---|---|
List<ElasticInstanceSchedule> |
ElasticInstanceScheduleDao.findElasticInstanceScheduleByImageConfiguration(ElasticImageConfiguration elasticImageConfiguration)
Returns schedules related to
ElasticImageConfiguration (both enabled and disabled) |
List<ElasticInstanceSchedule> |
ElasticInstanceScheduleManager.getElasticInstanceSchedules()
Returns all schedules available in the system (enabled and disabled)
|
List<ElasticInstanceSchedule> |
ElasticInstanceScheduleManager.getElasticInstanceSchedules(ElasticImageConfiguration elasticImageConfiguration)
Returns schedules related to
ElasticImageConfiguration (both enabled and disabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticInstanceScheduleDao.remove(ElasticInstanceSchedule elasticInstanceSchedule)
Remove
ElasticInstanceSchedule |
void |
ElasticInstanceScheduleManager.removeElasticInstanceSchedule(ElasticInstanceSchedule schedule)
Remove schedule and associated cron trigger
|
void |
ElasticInstanceScheduleManager.saveElasticInstanceSchedule(ElasticInstanceSchedule schedule)
Updates or creates the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticFunctionalityFacade.adjustElasticInstanceNumbers(ElasticInstanceSchedule instanceSchedule)
Given the
ElasticInstanceSchedule startup or bring down the correct number of agents |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.