public class Simplifyqaconnector extends Builder implements SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
Simplifyqaconnector.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
BUILDERS, PUBLISHERS
Constructor and Description |
---|
Simplifyqaconnector(String api,
Secret token) |
Modifier and Type | Method and Description |
---|---|
String |
getApi() |
Secret |
getToken() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
void |
response(HttpURLConnection postConnectionn,
TaskListener listener,
Run<?,?> run) |
void |
testCaseinfo(Run<?,?> run,
HttpURLConnection postConnectionn,
TaskListener listener) |
HttpURLConnection |
testcaseStart(TaskListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
public String getApi()
public Secret getToken()
public void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform
in interface SimpleBuildStep
InterruptedException
IOException
public HttpURLConnection testcaseStart(TaskListener listener) throws IOException, InterruptedException
IOException
InterruptedException
public void response(HttpURLConnection postConnectionn, TaskListener listener, Run<?,?> run) throws IOException, InterruptedException
IOException
InterruptedException
public void testCaseinfo(Run<?,?> run, HttpURLConnection postConnectionn, TaskListener listener) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2021. All rights reserved.