Class GitRepositoryAction

    • Constructor Detail

      • GitRepositoryAction

        public GitRepositoryAction()
        Deprecated.
      • GitRepositoryAction

        public GitRepositoryAction​(String repositoryURL,
                                   String defaultBranch,
                                   String branch)
        Deprecated.
    • Method Detail

      • getRepositoryURL

        @Nullable
        public String getRepositoryURL()
        Deprecated.
      • setRepositoryURL

        public void setRepositoryURL​(String repositoryURL)
        Deprecated.
      • getDefaultBranch

        @Nullable
        public String getDefaultBranch()
        Deprecated.
      • setDefaultBranch

        public void setDefaultBranch​(String defaultBranch)
        Deprecated.
      • getBranch

        @Nullable
        public String getBranch()
        Deprecated.
      • setBranch

        public void setBranch​(String branch)
        Deprecated.
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object