public interface BuildIdentifier extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getBuildNumber()
The build number being built
|
String |
getBuildResultKey()
Full build result key (e.g.
|
BuildIdentifier |
getParentBuildIdentifier() |
long |
getPlanId() |
String |
getPlanKey()
Full plan key (e.g.
|
String |
getPlanName()
The full name of the
Plan |
PlanResultKey |
getPlanResultKey()
Gets the
PlanResultKey for the current BuildIdentifier |
String |
getProjectName() |
String |
getShortName()
The short name of the
Plan |
@Nullable BuildIdentifier getParentBuildIdentifier()
BuildContext of the parent Plan execution. Should return null if the current BuildContext is for a TopLevelPlanlong getPlanId()
@NotNull String getPlanKey()
@NotNull String getPlanName()
PlanDescriptionProvider.getName()@NotNull String getShortName()
PlanPlanIdentifier.getBuildName()int getBuildNumber()
@NotNull String getBuildResultKey()
@NotNull PlanResultKey getPlanResultKey()
PlanResultKey for the current BuildIdentifier@NotNull String getProjectName()
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.