public class TricentisCiBuilder
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
TricentisCiBuilder.Descriptor
Descriptor for
TricentisCiBuilder. |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
TricentisCiBuilder(String tricentisClientPath,
String endpoint)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigurationFilePath() |
String |
getEndpoint() |
String |
getResultsFile() |
String |
getTricentisClientPath() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setConfigurationFilePath(String configurationFilePath) |
void |
setEndpoint(String endpoint) |
void |
setTricentisClientPath(String tricentisClientPath) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic String getTricentisClientPath()
@DataBoundSetter public void setTricentisClientPath(String tricentisClientPath)
public String getConfigurationFilePath()
@DataBoundSetter public void setConfigurationFilePath(String configurationFilePath)
public String getEndpoint()
@DataBoundSetter public void setEndpoint(String endpoint)
public String getResultsFile()
Copyright © 2018 Tricentis. All rights reserved.