com.atlassian.bamboo.v2.build
Interface BuildIdentifier

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
BuildContext
All Known Implementing Classes:
BuildContextImpl, BuildIdentifierImpl

public interface BuildIdentifier
extends java.io.Serializable


Method Summary
 int getBuildNumber()
          The build number being built
 java.lang.String getBuildResultKey()
          Full build result key (e.g.
 long getPlanId()
           
 java.lang.String getPlanKey()
          Full plan key (e.g.
 java.lang.String getPlanName()
          The name of the plan
 PlanResultKey getPlanResultKey()
          Gets the PlanResultKey for the current BuildIdentifier
 

Method Detail

getPlanId

long getPlanId()
Returns:
Id of the plan.

getPlanKey

@NotNull
java.lang.String getPlanKey()
Full plan key (e.g. BAM-MAIN)

Returns:
Key for the plan BAM-MAIN @NotNull

getPlanName

@NotNull
java.lang.String getPlanName()
The name of the plan

Returns:
name

getBuildNumber

int getBuildNumber()
The build number being built

Returns:
int

getBuildResultKey

@NotNull
java.lang.String getBuildResultKey()
Full build result key (e.g. BAM-MAIN-100)

Returns:
Key for build result @NotNull

getPlanResultKey

@NotNull
PlanResultKey getPlanResultKey()
Gets the PlanResultKey for the current BuildIdentifier

Returns:
planResultKey


Copyright © 2010 Atlassian. All Rights Reserved.