| Package | Description |
|---|---|
| com.atlassian.bamboo.plan |
| Modifier and Type | Method and Description |
|---|---|
PlanType |
PlanIdentifier.getPlanType() |
PlanType |
PlanPermissionSkeleton.getPlanType()
Deprecated.
|
static PlanType |
PlanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanType[] |
PlanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<PlanType> |
PlanType.getChainPlanTypes() |
| Constructor and Description |
|---|
PlanPermissionSkeleton(long id,
String planKey,
Class<? extends Plan> planClass,
PlanType planType)
Deprecated.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.