public class IntegritySCMChkptStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Modifier and Type | Class and Description |
---|---|
static class |
IntegritySCMChkptStep.IntegritySCMChkptDescriptorImpl |
static class |
IntegritySCMChkptStep.IntegritySCMChkptStepExecution |
Constructor and Description |
---|
IntegritySCMChkptStep(String serverConfig) |
Modifier and Type | Method and Description |
---|---|
String |
getCheckpointDesc() |
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 |
setCheckpointDesc(String checkpointDesc) |
void |
setCheckpointLabel(String checkpointLabel) |
void |
setConfigPath(String configPath) |
void |
setPassword(String password) |
void |
setUserName(String userName) |
@DataBoundConstructor public IntegritySCMChkptStep(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()
@DataBoundSetter public void setCheckpointDesc(String checkpointDesc)
public String getCheckpointDesc()
public IntegrityConfigurable getConnectionSettings()
Copyright © 2016–2024. All rights reserved.