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 Detail

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • OPTION_DELETE_UPSTREAM_BRANCH

        static final String OPTION_DELETE_UPSTREAM_BRANCH
        Development option to delete upstream branch.
        See Also:
        Constant Field Values