|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildIdentifier
Method Summary | |
---|---|
int |
getBuildNumber()
The build number being built |
java.lang.String |
getBuildResultKey()
Full build result key (e.g. |
BuildIdentifier |
getParentBuildIdentifier()
|
long |
getPlanId()
|
java.lang.String |
getPlanKey()
Full plan key (e.g. |
java.lang.String |
getPlanName()
The full name of the Plan |
PlanResultKey |
getPlanResultKey()
Gets the PlanResultKey for the current BuildIdentifier |
java.lang.String |
getProjectName()
|
java.lang.String |
getShortName()
The short name of the Plan |
Method Detail |
---|
@Nullable BuildIdentifier getParentBuildIdentifier()
BuildContext
of the parent Plan
execution. Should return null if the current BuildContext
is for a TopLevelPlan
long getPlanId()
@NotNull java.lang.String getPlanKey()
@NotNull java.lang.String getPlanName()
Plan
Plan.getName()
@NotNull java.lang.String getShortName()
Plan
Plan.getBuildName()
int getBuildNumber()
@NotNull java.lang.String getBuildResultKey()
@NotNull PlanResultKey getPlanResultKey()
PlanResultKey
for the current BuildIdentifier
@NotNull java.lang.String getProjectName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |