Class BitbucketSCMStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class BitbucketSCMStep
    extends org.jenkinsci.plugins.workflow.steps.scm.SCMStep
    • Constructor Detail

      • BitbucketSCMStep

        @DataBoundConstructor
        public BitbucketSCMStep​(String projectName,
                                String repositoryName)
    • Method Detail

      • setBranches

        @DataBoundSetter
        public void setBranches​(List<hudson.plugins.git.BranchSpec> branches)
      • setCredentialsId

        @DataBoundSetter
        public void setCredentialsId​(@Nullable
                                     String credentialsId)
      • setId

        @DataBoundSetter
        public void setId​(String id)
      • setMirrorName

        @DataBoundSetter
        public void setMirrorName​(@Nullable
                                  String mirrorName)
      • setServerId

        @DataBoundSetter
        public void setServerId​(String serverId)
      • setServerName

        @DataBoundSetter
        public void setServerName​(String serverName)
      • setSshCredentialsId

        @DataBoundSetter
        public void setSshCredentialsId​(@Nullable
                                        String sshCredentialsId)
      • getBranches

        public List<hudson.plugins.git.BranchSpec> getBranches()
      • getCredentialsId

        @Nullable
        public String getCredentialsId()
      • getSshCredentialsId

        @Nullable
        public String getSshCredentialsId()
      • getId

        public String getId()
      • getMirrorName

        @Nullable
        public String getMirrorName()
      • getProjectName

        public String getProjectName()
      • getRepositoryName

        public String getRepositoryName()
      • getServerId

        public String getServerId()
      • getServerName

        @Nullable
        public String getServerName()
      • createSCM

        protected SCM createSCM()
        Specified by:
        createSCM in class org.jenkinsci.plugins.workflow.steps.scm.SCMStep