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, Serializable

Deprecated. since 5.8

@Deprecated
public class ManualBuildStrategy
extends AbstractBuildStrategy

This class forces a manual build.

See Also:
Serialized Form

Field Summary
static String DESCRIPTION
          Deprecated.  
static String KEY
          Deprecated.  
static String NAME
          Deprecated.  
 
Constructor Summary
ManualBuildStrategy()
          Deprecated.  
 
Method Summary
 String getDescription()
          Deprecated.  
 String getKey()
          Deprecated. A lowercase string key to identify the build strategy
 String getName()
          Deprecated. Returns the display name of the strategy type.
 
Methods inherited from class com.atlassian.bamboo.build.strategy.AbstractBuildStrategy
addDefaultValues, canTrigger, getBuildStrategyManager, getId, getTextProvider, getTriggerConditionsConfiguration, getTriggerDetailsSummaryHtml, 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 String KEY
Deprecated. 
See Also:
Constant Field Values

NAME

public static final String NAME
Deprecated. 
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ManualBuildStrategy

public ManualBuildStrategy()
Deprecated. 
Method Detail

getKey

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

Returns:
String must not be null

getName

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

Returns:
String must not be null

getDescription

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


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.