public class IntegritySCMLabelStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Modifier and Type | Class and Description |
---|---|
static class |
IntegritySCMLabelStep.IntegritySCMLabelDescriptorImpl |
static class |
IntegritySCMLabelStep.IntegritySCMLabelStepExecution |
Constructor and Description |
---|
IntegritySCMLabelStep(String serverConfig) |
Modifier and Type | Method and Description |
---|---|
String |
getCheckpointLabel() |
String |
getConfigPath() |
IntegrityConfigurable |
getConnectionSettings() |
String |
getPassword()
Returns the project specific encrypted password of the user connecting to the Integrity Server
|
String |
getServerConfig() |
String |
getUserName() |
void |
setCheckpointLabel(String checkpointLabel) |
void |
setConfigPath(String configPath) |
void |
setPassword(String password) |
void |
setUserName(String userName) |
@DataBoundConstructor public IntegritySCMLabelStep(String serverConfig)
public String getServerConfig()
@DataBoundSetter public void setUserName(String userName)
public String getUserName()
@DataBoundSetter public void setPassword(String password)
public String getPassword()
@DataBoundSetter public void setConfigPath(String configPath)
public String getConfigPath()
@DataBoundSetter public void setCheckpointLabel(String checkpointLabel)
public String getCheckpointLabel()
public IntegrityConfigurable getConnectionSettings()
Copyright © 2016–2024. All rights reserved.