public class GitToIspwPublishStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl implements IGitToIspwPublish
| Modifier and Type | Class and Description |
|---|---|
static class |
GitToIspwPublishStep.DescriptorImpl |
static class |
GitToIspwPublishStep.Execution |
| Constructor and Description |
|---|
GitToIspwPublishStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApp() |
String |
getBranchMapping() |
String |
getConnectionId() |
String |
getCredentialsId() |
String |
getGitCredentialsId() |
String |
getGitRepoUrl() |
String |
getIspwConfigPath() |
String |
getRuntimeConfig() |
String |
getStream() |
String |
getSubAppl() |
void |
setApp(String app) |
void |
setBranchMapping(String branchMapping) |
void |
setConnectionId(String connectionId) |
void |
setCredentialsId(String credentialsId) |
void |
setGitCredentialsId(String gitCredentialsId) |
void |
setGitRepoUrl(String gitRepoUrl) |
void |
setIspwConfigPath(String ispwConfigPath) |
void |
setRuntimeConfig(String runtimeConfig) |
void |
setStream(String stream) |
void |
setSubAppl(String subAppl) |
static void |
xStreamCompatibility() |
@Initializer(before=PLUGINS_STARTED) public static void xStreamCompatibility()
public String getGitRepoUrl()
getGitRepoUrl in interface IGitToIspwPublish@DataBoundSetter public void setGitRepoUrl(String gitRepoUrl)
gitRepoUrl - the gitRepoUrl to setpublic String getGitCredentialsId()
getGitCredentialsId in interface IGitToIspwPublish@DataBoundSetter public void setGitCredentialsId(String gitCredentialsId)
gitCredentialsId - the gitCredentialsId to setpublic String getConnectionId()
getConnectionId in interface IGitToIspwPublish@DataBoundSetter public void setConnectionId(String connectionId)
connectionId - the connectionId to setpublic String getCredentialsId()
getCredentialsId in interface IGitToIspwPublish@DataBoundSetter public void setCredentialsId(String credentialsId)
credentialsId - the credentialsId to setpublic String getRuntimeConfig()
getRuntimeConfig in interface IGitToIspwPublish@DataBoundSetter public void setRuntimeConfig(String runtimeConfig)
runtimeConfig - the runtimeConfig to setpublic String getStream()
getStream in interface IGitToIspwPublish@DataBoundSetter public void setStream(String stream)
stream - the stream to setpublic String getApp()
getApp in interface IGitToIspwPublish@DataBoundSetter public void setApp(String app)
app - the app to setpublic String getSubAppl()
getSubAppl in interface IGitToIspwPublish@DataBoundSetter public void setSubAppl(String subAppl)
subAppl - the subAppl to setpublic String getBranchMapping()
@DataBoundSetter public void setBranchMapping(String branchMapping)
branchMapping - the branchMapping to setpublic String getIspwConfigPath()
getIspwConfigPath in interface IGitToIspwPublish@DataBoundSetter public void setIspwConfigPath(String ispwConfigPath)
ispwConfigPath - the ispwConfigPath to setCopyright © 2016–2025. All rights reserved.