|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuildStrategy | |
|---|---|
| com.atlassian.bamboo.build | |
| com.atlassian.bamboo.build.strategy | |
| com.atlassian.bamboo.legacy | |
| com.atlassian.bamboo.upgrade.tasks | |
| com.atlassian.bamboo.upgrader.oldModel | |
| Uses of BuildStrategy in com.atlassian.bamboo.build |
|---|
| Fields in com.atlassian.bamboo.build declared as BuildStrategy | |
|---|---|
protected BuildStrategy |
DefaultBuildDefinition.buildStrategy
The project object if the |
| Methods in com.atlassian.bamboo.build that return BuildStrategy | |
|---|---|
BuildStrategy |
BuildDefinition.getBuildStrategy()
Returns to BuildStrategy that the user actually selects |
BuildStrategy |
DefaultBuildDefinition.getBuildStrategy()
|
BuildStrategy |
LegacyBuildObject.getBuildStrategy()
|
BuildStrategy |
Build.getCurrentBuildStrategy()
What is the builds current BuildStrategy?
It uses the value once and then reverts back to the default strategy. |
BuildStrategy |
LegacyBuildObject.getCurrentBuildStrategy()
What is the builds current BuildStrategy?
If the build has never been built, it returns a InitialBootstapBuildStrategy
otherwise it returns the build specific BuildStrategy. |
BuildStrategy |
DefaultBuild.getCurrentBuildStrategy()
|
| Methods in com.atlassian.bamboo.build with parameters of type BuildStrategy | |
|---|---|
void |
BuildDefinition.setBuildStrategy(BuildStrategy buildStrategy)
Set the strategy to override the default build strategy. |
void |
DefaultBuildDefinition.setBuildStrategy(BuildStrategy buildStrategy)
|
void |
LegacyBuildObject.setBuildStrategy(BuildStrategy buildStrategy)
Set the strategy to override the default build strategy. |
| Uses of BuildStrategy in com.atlassian.bamboo.build.strategy |
|---|
| Subinterfaces of BuildStrategy in com.atlassian.bamboo.build.strategy | |
|---|---|
interface |
QuartzStrategy
|
| Classes in com.atlassian.bamboo.build.strategy that implement BuildStrategy | |
|---|---|
class |
AbstractBuildStrategy
Common build strategy behaviour |
class |
AbstractPollingBuildStrategy
Common polling behaviour |
class |
CronTriggerBuildStrategy
Build strategy specified by a cron expression |
class |
FisheyeTriggeredBuildStrategy
This class lests Fisheye decide if the build has changed and should be built. |
class |
InitialBootstapBuildStrategy
This class instructs the system to start a clean bootstrap build of bamboo. |
class |
ManualBuild
This class forces a manual build. |
class |
ManualBuildStrategy
This class forces a manual build. |
class |
PollingBuildStrategy
This class defines the build, only if the build has changed strategy. |
class |
QuartzStrategyImpl
|
class |
SingleDailyBuildStrategy
Builds once a day at a specified time. |
class |
TriggeredBuildStrategy
This class lets someone else decide if the build should be built. |
| Fields in com.atlassian.bamboo.build.strategy declared as BuildStrategy | |
|---|---|
static BuildStrategy |
BuildStrategyFactory.DEFAULT_STRATEGY
Default build behaviour |
static BuildStrategy |
BuildStrategyFactory.EDIT_BUILD_STRATEGY
Force a manual build follow editing of the build settings |
static BuildStrategy |
BuildStrategyFactory.INITIAL_BOOTSTRAP_BUILD_STRATEGY
This is the initialisation strategy, to check everything out before building |
static BuildStrategy |
BuildStrategyFactory.MANUAL_BUILD
Force a manual build |
static BuildStrategy |
BuildStrategyFactory.MANUAL_BUILD_STRATEGY
No builds at all |
static BuildStrategy |
BuildStrategyFactory.WHEN_SOURCE_CHANGES_BUILD_STRATEGY
Only build if the build has changed |
| Methods in com.atlassian.bamboo.build.strategy that return BuildStrategy | |
|---|---|
BuildStrategy |
BuildStrategyManager.getNewBuildStrategyInstance(java.lang.String buildStrategyKey)
Takes in a BuildStrategy key a creates a new BuildStrategy for that key. |
BuildStrategy |
DefaultBuildStrategyManager.getNewBuildStrategyInstance(java.lang.String key)
|
| Methods in com.atlassian.bamboo.build.strategy with parameters of type BuildStrategy | |
|---|---|
protected void |
DefaultBuildStrategyManager.autowireBuildStrategy(BuildStrategy buildStrategy)
|
| Uses of BuildStrategy in com.atlassian.bamboo.legacy |
|---|
| Classes in com.atlassian.bamboo.legacy that implement BuildStrategy | |
|---|---|
class |
LegacyAbstractBuildStrategy
Common build strategy behaviour |
class |
LegacyAbstractPollingBuildStrategy
Common polling behaviour |
class |
LegacyInitialBootstapBuildStrategy
This class instructs the system to start a clean bootstrap build of bamboo. |
class |
LegacyPollingBuildStrategy
This class defines the build, only if the build has changed strategy. |
class |
LegacyTriggeredBuildStrategy
This class lets someone else decide if the build should be built. |
| Methods in com.atlassian.bamboo.legacy that return BuildStrategy | |
|---|---|
BuildStrategy |
LegacyBuildObjectFor110.getBuildStrategy()
|
BuildStrategy |
LegacyBuildObjectFor110.getCurrentBuildStrategy()
What is the builds current BuildStrategy?
If the build has never been built, it returns a InitialBootstapBuildStrategy
otherwise it returns the build specific BuildStrategy. |
| Methods in com.atlassian.bamboo.legacy with parameters of type BuildStrategy | |
|---|---|
void |
LegacyBuildObjectFor110.setBuildStrategy(BuildStrategy buildStrategy)
Set the strategy to override the default build strategy. |
| Uses of BuildStrategy in com.atlassian.bamboo.upgrade.tasks |
|---|
| Methods in com.atlassian.bamboo.upgrade.tasks that return BuildStrategy | |
|---|---|
BuildStrategy |
UpgradeTask102BuildObject.getBuildStrategy()
|
BuildStrategy |
UpgradeTask102BuildObject.getCurrentBuildStrategy()
What is the builds current BuildStrategy?
If the build has never been built, it returns a InitialBootstapBuildStrategy
otherwise it returns the build specific BuildStrategy. |
| Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type BuildStrategy | |
|---|---|
void |
UpgradeTask102BuildObject.setBuildStrategy(BuildStrategy buildStrategy)
Set the strategy to override the default build strategy. |
| Uses of BuildStrategy in com.atlassian.bamboo.upgrader.oldModel |
|---|
| Fields in com.atlassian.bamboo.upgrader.oldModel declared as BuildStrategy | |
|---|---|
BuildStrategy |
OldBuild.myBuildStrategy
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||