public class XrayImportFeatureBuilder
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
XrayImportFeatureBuilder.Descriptor |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
XrayImportFeatureBuilder(String serverInstance,
String folderPath,
String projectKey,
String lastModified) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderPath() |
String |
getLastModified() |
String |
getProjectKey() |
String |
getServerInstance() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setFolderPath(String folderPath) |
void |
setLastModified(String lastModified) |
void |
setProjectKey(String projectKey) |
void |
setServerInstance(String serverInstance) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic String getServerInstance()
public void setServerInstance(String serverInstance)
public String getFolderPath()
public void setFolderPath(String folderPath)
public String getLastModified()
@DataBoundSetter public void setLastModified(String lastModified)
public String getProjectKey()
public void setProjectKey(String projectKey)
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws IOException, InterruptedException
perform in interface jenkins.tasks.SimpleBuildStepIOExceptionInterruptedExceptionCopyright © 2016–2019. All rights reserved.