Package hudson.scm

Class IntegritySCMLabelStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
hudson.scm.IntegritySCMLabelStep
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class IntegritySCMLabelStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
  • Constructor Details

    • IntegritySCMLabelStep

      @DataBoundConstructor public IntegritySCMLabelStep(String serverConfig)
  • Method Details

    • getServerConfig

      public String getServerConfig()
    • setUserName

      @DataBoundSetter public void setUserName(String userName)
    • getUserName

      public String getUserName()
    • setPassword

      @DataBoundSetter public void setPassword(String password)
    • getPassword

      public String getPassword()
      Returns the project specific encrypted password of the user connecting to the Integrity Server
      Returns:
    • setConfigPath

      @DataBoundSetter public void setConfigPath(String configPath)
    • getConfigPath

      public String getConfigPath()
    • setCheckpointLabel

      @DataBoundSetter public void setCheckpointLabel(String checkpointLabel)
    • getCheckpointLabel

      public String getCheckpointLabel()
    • getConnectionSettings

      public IntegrityConfigurable getConnectionSettings()