Class ChainBranchCreationConstants
- java.lang.Object
-
- com.atlassian.bamboo.build.creation.ChainBranchCreationConstants
-
public class ChainBranchCreationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BRANCH_DESCRIPTION
static String
BRANCH_NAME
static String
EXPECTING_DIVERGENT_BRANCH
static String
OVERRIDING_REPOSITORY_DEFINITION
static String
OVERRIDING_REPOSITORY_DEFINITION_ENTITY
static String
PLAN_BRANCH_WORKFLOW
static String
PLAN_KEY_TO_CLONE
-
-
-
Field Detail
-
BRANCH_NAME
public static final String BRANCH_NAME
- See Also:
- Constant Field Values
-
BRANCH_DESCRIPTION
public static final String BRANCH_DESCRIPTION
- See Also:
- Constant Field Values
-
PLAN_KEY_TO_CLONE
public static final String PLAN_KEY_TO_CLONE
- See Also:
- Constant Field Values
-
PLAN_BRANCH_WORKFLOW
public static final String PLAN_BRANCH_WORKFLOW
- See Also:
- Constant Field Values
-
OVERRIDING_REPOSITORY_DEFINITION_ENTITY
public static final String OVERRIDING_REPOSITORY_DEFINITION_ENTITY
- See Also:
- Constant Field Values
-
OVERRIDING_REPOSITORY_DEFINITION
public static final String OVERRIDING_REPOSITORY_DEFINITION
- See Also:
- Constant Field Values
-
EXPECTING_DIVERGENT_BRANCH
public static final String EXPECTING_DIVERGENT_BRANCH
- See Also:
- Constant Field Values
-
-