public interface PlanIdentifier extends BambooIdProvider, DescriptionProvider, PlanKeyProvider
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<PlanIdentifier,PlanKey> |
getPlanKeyFunction
Deprecated.
since 5.10 use PlanIdentifier::getPlanKey
|
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.
|
getDescription
@Deprecated static 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 DescriptionProvider
getName
in interface NameProvider
@NotNull String getBuildName()
getName()
boolean isSuspendedFromBuilding()
@NotNull ProjectIdentifier getProject()
Project
Project
. Never nulllong getMasterId()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.