Interface BambooYamlPlanDefinition.Config
-
- Enclosing class:
- BambooYamlPlanDefinition
public static interface BambooYamlPlanDefinition.Config
-
-
Field Summary
Fields Modifier and Type Field Description static String
BRANCH_CONFIG
static String
BRANCH_OVERRIDES
static String
BRANCHES
static String
DEPENDENCIES
static String
DOCKER
static String
LABELS
static String
NOTIFICATIONS
static String
OTHER
static String
PLAN
static String
REPOSITORIES
static String
REPOSITORY_VIEWER
static String
STAGES
static String
TRIGGERS
static String
VARIABLES
-
-
-
Field Detail
-
PLAN
static final String PLAN
-
NOTIFICATIONS
static final String NOTIFICATIONS
-
TRIGGERS
static final String TRIGGERS
-
VARIABLES
static final String VARIABLES
-
DOCKER
static final String DOCKER
-
STAGES
static final String STAGES
-
LABELS
static final String LABELS
-
REPOSITORIES
static final String REPOSITORIES
-
REPOSITORY_VIEWER
static final String REPOSITORY_VIEWER
-
BRANCHES
static final String BRANCHES
-
BRANCH_CONFIG
static final String BRANCH_CONFIG
-
BRANCH_OVERRIDES
static final String BRANCH_OVERRIDES
-
DEPENDENCIES
static final String DEPENDENCIES
-
OTHER
static final String OTHER
-
-