public class FrugalBuildStep
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
FrugalBuildStep(String userId,
String testId,
String runTag,
boolean getJtl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRunTag() |
String |
getServerUrl() |
String |
getTestId() |
String |
getUserId() |
boolean |
isGetJtl() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath filePath,
hudson.Launcher launcher,
hudson.model.TaskListener taskListener) |
void |
setServerUrl(String serverUrl) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic String serverUrl
@DataBoundConstructor public FrugalBuildStep(String userId, String testId, String runTag, boolean getJtl) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic String getUserId()
public String getTestId()
public String getRunTag()
public boolean isGetJtl()
public String getServerUrl()
@DataBoundSetter public void setServerUrl(String serverUrl)
public 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.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2019. All rights reserved.