com.atlassian.bamboo.build.strategy
Class ManualBuild
java.lang.Object
com.atlassian.bamboo.build.strategy.AbstractBuildStrategy
com.atlassian.bamboo.build.strategy.ManualBuild
- All Implemented Interfaces:
- BuildStrategy, ConvertibleFromConfig
public class ManualBuild
- extends AbstractBuildStrategy
This class forces a manual build.
Methods inherited from class com.atlassian.bamboo.build.strategy.AbstractBuildStrategy |
addDefaultValues, getBuildMessage, getChangeList, getDescription, init, log, populateChangeList, populateFromConfig, setBuildMessage, toConfiguration, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManualBuild
public ManualBuild()
getKey
public String getKey()
- Description copied from interface:
BuildStrategy
- A lowercase string key to identify the build strategy
- Returns:
- String must not be null
getName
public String getName()
- Description copied from interface:
BuildStrategy
- Returns the display name of the strategy
- Returns:
- String must not be null
requiresBuild
public boolean requiresBuild(Build build)
throws RepositoryException
- Force a build of the build
- Parameters:
build
- The build to build
- Returns:
- true
- Throws:
RepositoryException
requiresPreBuildClean
public boolean requiresPreBuildClean()
- Don't do this
- Returns:
- false
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.