public interface PlanIdentifier extends BambooIdProvider, DescriptionProvider, PlanKeyProvider
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<PlanIdentifier,PlanKey> |
getPlanKeyFunction
Function to extract PlanKey from PlanIdentifier
|
getPlanKey| Modifier and Type | Method and Description |
|---|---|
String |
getBuildKey()
This objects specific portion of the key.
|
String |
getBuildName() |
long |
getId() |
long |
getMasterId()
Database id of master of this ChainBranch
|
String |
getName()
Returns the full name for the build in the form of "project name - build name" e.g.
|
PlanKey |
getPlanKey()
|
PlanType |
getPlanType() |
ProjectIdentifier |
getProject()
Returns the parent
Project |
boolean |
isSuspendedFromBuilding()
Checks if the build has been enabled / disabled.
|
getDescriptionstatic final com.google.common.base.Function<PlanIdentifier,PlanKey> getPlanKeyFunction
long getId()
getId in interface BambooIdProvider@NotNull PlanType getPlanType()
@NotNull PlanKey getPlanKey()
getPlanKey in interface PlanKeyProvider@NotNull String getBuildKey()
getPlanKey().@NotNull String getName()
getName in interface DescriptionProvidergetName in interface NameProvider@NotNull String getBuildName()
getName()boolean isSuspendedFromBuilding()
@NotNull ProjectIdentifier getProject()
ProjectProject. Never nulllong getMasterId()
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.