public class TesteinRunBuilder
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
TesteinRunBuilder.TesteinRunDescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_applicationTargetType |
static String |
_suiteTargetType |
static String |
_testTargetType |
| Constructor and Description |
|---|
TesteinRunBuilder(String targetType,
String targetId,
Boolean downloadReport,
Boolean downloadLogs) |
| Modifier and Type | Method and Description |
|---|---|
TesteinRunBuilder.TesteinRunDescriptorImpl |
getDescriptor() |
Boolean |
getDownloadReport() |
String |
getTargetId() |
String |
getTargetType() |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic static final String _testTargetType
public static final String _suiteTargetType
public static final String _applicationTargetType
public void perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws IOException
perform in interface jenkins.tasks.SimpleBuildStepIOExceptionpublic TesteinRunBuilder.TesteinRunDescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.Builderpublic String getTargetType()
public String getTargetId()
public Boolean getDownloadReport()
Copyright © 2016–2017. All rights reserved.