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 Details

    • OPTION_BRANCH_NAME

      static final String 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

      static final String 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

      static final String OPTION_FORCE
      Development option to force provided Git opertaion. Value is String representet boolean flag, default value is false.
      See Also:
    • OPTION_DELETE_UPSTREAM_BRANCH

      static final String OPTION_DELETE_UPSTREAM_BRANCH
      Development option to delete upstream branch.
      See Also:
    • OPTION_DELETE_BRANCH

      static final String OPTION_DELETE_BRANCH
      Development option to delete branch.
      See Also: