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| Modifier and Type | Field and Description |
|---|---|
static long |
ZIP_WAIT_TIME_MILLISECONDS |
| Constructor and Description |
|---|
XrayImportFeatureBuilder(String serverInstance,
String folderPath,
String projectKey,
String lastModified,
String testInfo,
String preconditions,
String credentialId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialId() |
String |
getFolderPath() |
String |
getLastModified() |
String |
getPreconditions() |
String |
getProjectKey() |
String |
getServerInstance() |
String |
getTestInfo() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setCredentialId(String credentialId) |
void |
setFolderPath(String folderPath) |
void |
setLastModified(String lastModified) |
void |
setPreconditions(String preconditions) |
void |
setProjectKey(String projectKey) |
void |
setServerInstance(String serverInstance) |
void |
setTestInfo(String testInfo) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic static final long ZIP_WAIT_TIME_MILLISECONDS
public String getServerInstance()
public void setServerInstance(String serverInstance)
public String getFolderPath()
public void setFolderPath(String folderPath)
public String getTestInfo()
public void setTestInfo(String testInfo)
public String getPreconditions()
public void setPreconditions(String preconditions)
public String getLastModified()
@DataBoundSetter public void setLastModified(String lastModified)
public String getCredentialId()
public void setCredentialId(String credentialId)
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–2025. All rights reserved.