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()
           
 

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()

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


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.