public class ExecuteKatalonTestOpsPlan
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecuteKatalonTestOpsPlan.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
ExecuteKatalonTestOpsPlan(String credentialsId,
String apiKey,
String serverUrl,
String projectId,
String planId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getCredentialsId() |
String |
getPlan() |
String |
getProjectId() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getServerUrl() |
boolean |
perform(hudson.model.AbstractBuild<?,?> abstractBuild,
hudson.Launcher launcher,
hudson.model.BuildListener buildListener) |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath filePath,
hudson.Launcher launcher,
hudson.model.TaskListener taskListener) |
void |
setApiKey(String credentialsId) |
void |
setCredentialsId(String credentialsId) |
void |
setPlan(String plan) |
void |
setProjectId(String projectId) |
void |
setServerUrl(String serverUrl) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic String getCredentialsId()
public void setCredentialsId(String credentialsId)
public String getApiKey()
public void setApiKey(String credentialsId)
public String getServerUrl()
public void setServerUrl(String serverUrl)
public String getProjectId()
public void setProjectId(String projectId)
public String getPlan()
public void setPlan(String plan)
public boolean perform(hudson.model.AbstractBuild<?,?> abstractBuild,
hudson.Launcher launcher,
hudson.model.BuildListener buildListener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath filePath, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener taskListener) throws InterruptedException, IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepgetRequiredMonitorService in class hudson.tasks.BuilderCopyright © 2016–2020 Katalon LLC.. All rights reserved.