public class ClifBuilder
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
ClifBuilder.DescriptorImpl |
Constructor and Description |
---|
ClifBuilder(String clifName,
String clifOpts,
String testPlanFile,
String reportDir) |
Modifier and Type | Method and Description |
---|---|
ClifInstallation |
getClif()
Gets the Clif installation to use
|
String |
getClifOpts()
Gets the CLIF_OPTS parameter
|
ClifBuilder.DescriptorImpl |
getDescriptor() |
String |
getReportDir() |
String |
getTestPlanFile() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public ClifInstallation getClif()
public String getClifOpts()
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public ClifBuilder.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
public String getReportDir()
Copyright © 2016–2017 CLIF project. All rights reserved.