Package io.jenkins.plugins
Class ProvarAutomationWrapper
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<BuildWrapper>
-
- hudson.tasks.BuildWrapper
-
- jenkins.tasks.SimpleBuildWrapper
-
- io.jenkins.plugins.ProvarAutomationWrapper
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<BuildWrapper>
public class ProvarAutomationWrapper extends SimpleBuildWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProvarAutomationWrapper.DescriptorImpl
-
Nested classes/interfaces inherited from class jenkins.tasks.SimpleBuildWrapper
SimpleBuildWrapper.Context, SimpleBuildWrapper.Disposer
-
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
BuildWrapper.Environment
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ProvarAutomationWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleLogFilter
createLoggerDecorator(Run<?,?> build)
String
getAnt()
String
getInstallation()
String
getJdk()
void
setAnt(String ant)
void
setInstallation(String installation)
void
setJdk(String jdk)
void
setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment)
-
Methods inherited from class jenkins.tasks.SimpleBuildWrapper
createContext, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, requiresWorkspace, runPreCheckout, setUp, setUp
-
Methods inherited from class hudson.tasks.BuildWrapper
all, getProjectAction, setUp
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
getInstallation
public String getInstallation()
-
setInstallation
@DataBoundSetter public void setInstallation(String installation)
-
getJdk
public String getJdk()
-
setJdk
@DataBoundSetter public void setJdk(String jdk)
-
getAnt
public String getAnt()
-
setAnt
@DataBoundSetter public void setAnt(String ant)
-
setUp
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) throws IOException, InterruptedException
- Overrides:
setUp
in classSimpleBuildWrapper
- Throws:
IOException
InterruptedException
-
createLoggerDecorator
public ConsoleLogFilter createLoggerDecorator(Run<?,?> build)
- Overrides:
createLoggerDecorator
in classSimpleBuildWrapper
-
-