Package com.mathworks.ci
Class UseMatlabVersionBuildWrapper
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<BuildWrapper>
-
- hudson.tasks.BuildWrapper
-
- jenkins.tasks.SimpleBuildWrapper
-
- com.mathworks.ci.UseMatlabVersionBuildWrapper
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<BuildWrapper>
public class UseMatlabVersionBuildWrapper extends SimpleBuildWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UseMatlabVersionBuildWrapper.UseMatlabVersionDescriptor
-
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 UseMatlabVersionBuildWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMatlabInstallationHome(Computer cmp, TaskListener listener, EnvVars env)
String
getMatlabInstallationName()
String
getMatlabRootFolder()
void
setMatlabBuildWrapperContent(MatlabBuildWrapperContent matlabBuildWrapperContent)
void
setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment)
-
Methods inherited from class jenkins.tasks.SimpleBuildWrapper
createContext, createLoggerDecorator, 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
-
getMatlabRootFolder
public String getMatlabRootFolder()
-
getMatlabInstallationHome
public String getMatlabInstallationHome(Computer cmp, TaskListener listener, EnvVars env) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getMatlabInstallationName
public String getMatlabInstallationName()
-
setMatlabBuildWrapperContent
@DataBoundSetter public void setMatlabBuildWrapperContent(MatlabBuildWrapperContent matlabBuildWrapperContent)
-
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
-
-