com.atlassian.bamboo.v2.build
Interface BuildPlanDefinition

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
BuildDefinition, PartialBuildDefinition
All Known Implementing Classes:
BuildObjectForTests, DefaultBuildDefinition, PartialBuildDefinitionImpl, TestBuildObjectForTests

Deprecated. since 4.0 You don't really need this interface.

@Deprecated
public interface BuildPlanDefinition
extends java.io.Serializable

This interface encapsulates all information required to execute a particular build plan. The typical case is how to check out given a BuildContext#getVcsRevisionKey(), then run the builder command and then collect all the various artifacts.


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getCustomConfiguration()
          Deprecated. A map consisting of String key and String value pairs.
 Repository getRepository()
          Deprecated. since 3.3 obsolete due to introduction of Multiple Repositories; use Plan#getRepositoryDefinitions()
 

Method Detail

getRepository

@Deprecated
@Nullable
Repository getRepository()
Deprecated. since 3.3 obsolete due to introduction of Multiple Repositories; use Plan#getRepositoryDefinitions()

Obtain the build's Repository.

Returns:
The Repository

getCustomConfiguration

java.util.Map<java.lang.String,java.lang.String> getCustomConfiguration()
Deprecated. 
A map consisting of String key and String value pairs. This is where fields which starts with custom (eg. custom.test.id) goes to



Copyright © 2012 Atlassian. All Rights Reserved.