public class SurroundStep
extends org.jenkinsci.plugins.workflow.steps.scm.SCMStep
SurroundSCM
Modifier and Type | Class and Description |
---|---|
static class |
SurroundStep.DescriptorImpl |
Constructor and Description |
---|
SurroundStep(String url,
String credentialsId) |
Modifier and Type | Method and Description |
---|---|
protected hudson.scm.SCM |
createSCM() |
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials |
getCredentials(hudson.model.Job<?,?> owner,
hudson.EnvVars env) |
String |
getCredentialsId() |
org.jenkinsci.plugins.plaincredentials.FileCredentials |
getFileCredentials(hudson.model.Job<?,?> owner,
hudson.EnvVars env) |
RSAKey |
getRsaKey()
So...
|
String |
getRsaKeyFileId() |
String |
getRsaKeyFilePath() |
String |
getUrl() |
boolean |
hasRsaKeyConfigured() |
boolean |
isUsingRsaKeyFileId() |
boolean |
isUsingRsaKeyPath() |
void |
setRsaKey(RSAKey rsaKey) |
void |
setRsaKeyFileId(String rsaKeyFileId) |
void |
setRsaKeyFilePath(String rsaKeyFilePath) |
checkout, isChangelog, isPoll, setChangelog, setPoll
@DataBoundSetter public void setRsaKeyFileId(String rsaKeyFileId)
@DataBoundSetter public void setRsaKeyFilePath(String rsaKeyFilePath)
@DataBoundSetter public void setRsaKey(RSAKey rsaKey)
@Nonnull protected hudson.scm.SCM createSCM()
createSCM
in class org.jenkinsci.plugins.workflow.steps.scm.SCMStep
@Exported public boolean hasRsaKeyConfigured()
@Exported public boolean isUsingRsaKeyPath()
@Exported public boolean isUsingRsaKeyFileId()
@Exported public String getUrl()
@Exported public String getCredentialsId()
@Exported public RSAKey getRsaKey()
@Exported public String getRsaKeyFilePath()
@Exported public String getRsaKeyFileId()
@Exported @CheckForNull public com.cloudbees.plugins.credentials.common.StandardUsernameCredentials getCredentials(hudson.model.Job<?,?> owner, hudson.EnvVars env)
@Exported @CheckForNull public org.jenkinsci.plugins.plaincredentials.FileCredentials getFileCredentials(hudson.model.Job<?,?> owner, hudson.EnvVars env)
Copyright © 2016–2018. All rights reserved.