Package com._1c.g5.v8.dt.team.git
Interface IGitDevelopmentOptions
public interface IGitDevelopmentOptions
DevelopmentOptions
key constants for development process Git branch creation contribution.- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Development option to store existing branch name.static final String
Development option to delete branch.static final String
Development option to delete upstream branch.static final String
Development option to force provided Git opertaion.static final String
Development option to store source branch name.
-
Field Details
-
OPTION_BRANCH_NAME
Development option to store existing branch name. If not provided then a new Git branch will be created with name based in issue name and issue prefix.- See Also:
-
OPTION_SOURCE_BRANCH_NAME
Development option to store source branch name. If not provided then current branch will be used as source.- See Also:
-
OPTION_FORCE
Development option to force provided Git opertaion. Value isString
representet boolean flag, default value isfalse
.- See Also:
-
OPTION_DELETE_UPSTREAM_BRANCH
Development option to delete upstream branch.- See Also:
-
OPTION_DELETE_BRANCH
Development option to delete branch.- See Also:
-