public class GitToIspwPublish extends hudson.tasks.Builder implements IGitToIspwPublish
Modifier and Type | Class and Description |
---|---|
static class |
GitToIspwPublish.DescriptorImpl |
Constructor and Description |
---|
GitToIspwPublish() |
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() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setApp(String app) |
void |
setBranchMapping(String branchMapping) |
void |
setConnectionId(String connectionId) |
void |
setCredentialsId(String credentialsId) |
void |
setIspwConfigPath(String ispwConfigPath) |
void |
setRuntimeConfig(String runtimeConfig) |
void |
setStream(String stream) |
void |
setSubAppl(String subAppl) |
static void |
xStreamCompatibility() |
all, getDescriptor, getRequiredMonitorService, prebuild
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
@Initializer(before=PLUGINS_STARTED) public static void xStreamCompatibility()
public String getGitRepoUrl()
getGitRepoUrl
in interface IGitToIspwPublish
public String getGitCredentialsId()
getGitCredentialsId
in interface IGitToIspwPublish
public 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.