public class VsTestBuilder
extends hudson.tasks.Builder
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
VsTestBuilder.DescriptorImpl |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static VsTestBuilder.DescriptorImpl |
DESCRIPTOR
Descriptor should be singleton.
|
| コンストラクタと説明 |
|---|
VsTestBuilder(String vsTestName,
String testFiles,
String settings,
String tests,
String testCaseFilter,
boolean enablecodecoverage,
boolean inIsolation,
boolean useVsixExtensions,
String platform,
String otherPlatform,
String framework,
String otherFramework,
String logger,
String otherLogger,
String cmdLineArgs,
boolean failBuild) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getCmdLineArgs() |
VsTestBuilder.DescriptorImpl |
getDescriptor() |
String |
getFramework() |
String |
getLogger() |
String |
getOtherFramework() |
String |
getOtherLogger() |
String |
getOtherPlatform() |
String |
getPlatform() |
String |
getSettings() |
String |
getTestCaseFilter() |
String |
getTestFiles() |
String |
getTests() |
VsTestInstallation |
getVsTest() |
String |
getVsTestName() |
boolean |
isEnablecodecoverage() |
boolean |
isFailBuild() |
boolean |
isInIsolation() |
boolean |
isUseVsixExtensions() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuild@Extension public static final VsTestBuilder.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public VsTestBuilder(String vsTestName, String testFiles, String settings, String tests, String testCaseFilter, boolean enablecodecoverage, boolean inIsolation, boolean useVsixExtensions, String platform, String otherPlatform, String framework, String otherFramework, String logger, String otherLogger, String cmdLineArgs, boolean failBuild)
vsTestName - testFiles - settings - tests - testCaseFilter - enablecodecoverage - inIsolation - useVsixExtensions - platform - otherPlatform - framework - otherFramework - logger - otherLogger - cmdLineArgs - failBuild - public String getVsTestName()
public String getTestFiles()
public String getSettings()
public String getTests()
public boolean isEnablecodecoverage()
public boolean isInIsolation()
public boolean isUseVsixExtensions()
public String getPlatform()
public String getOtherPlatform()
public String getFramework()
public String getOtherFramework()
public String getTestCaseFilter()
public String getLogger()
public String getOtherLogger()
public String getCmdLineArgs()
public boolean isFailBuild()
public VsTestInstallation getVsTest()
public VsTestBuilder.DescriptorImpl getDescriptor()
getDescriptor インタフェース内 hudson.model.Describable<hudson.tasks.Builder>getDescriptor クラス内 hudson.tasks.Builderpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform インタフェース内 hudson.tasks.BuildStepperform クラス内 hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2014. All Rights Reserved.