com.atlassian.bamboo.build.strategy
Class ManualBuildStrategy

java.lang.Object
  extended by com.atlassian.bamboo.build.strategy.AbstractBuildStrategy
      extended by com.atlassian.bamboo.build.strategy.ManualBuildStrategy
All Implemented Interfaces:
BuildStrategy, BambooIdProvider, ConvertibleFromConfig, java.io.Serializable

public class ManualBuildStrategy
extends AbstractBuildStrategy

This class forces a manual build.

See Also:
Serialized Form

Field Summary
static java.lang.String KEY
           
 
Constructor Summary
ManualBuildStrategy()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getKey()
          A lowercase string key to identify the build strategy
 java.lang.String getName()
          Returns the display name of the strategy type.
 
Methods inherited from class com.atlassian.bamboo.build.strategy.AbstractBuildStrategy
addDefaultValues, canTrigger, getBuildStrategyManager, getId, getTextProvider, getTriggerConditionsConfiguration, getUserDescription, init, populateFromConfig, setId, setUserDescription, toConfiguration, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final java.lang.String KEY
See Also:
Constant Field Values
Constructor Detail

ManualBuildStrategy

public ManualBuildStrategy()
Method Detail

getKey

public java.lang.String getKey()
Description copied from interface: BuildStrategy
A lowercase string key to identify the build strategy

Returns:
String must not be null

getName

public java.lang.String getName()
Description copied from interface: BuildStrategy
Returns the display name of the strategy type.

Returns:
String must not be null

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface BuildStrategy
Overrides:
getDescription in class AbstractBuildStrategy


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.