public class UseMatlabVersionBuildWrapper
extends jenkins.tasks.SimpleBuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
UseMatlabVersionBuildWrapper.UseMatlabVersionDescriptor |
jenkins.tasks.SimpleBuildWrapper.Context, jenkins.tasks.SimpleBuildWrapper.Disposer
Constructor and Description |
---|
UseMatlabVersionBuildWrapper() |
Modifier and Type | Method and Description |
---|---|
String |
getMatlabInstallationHome(hudson.model.Computer cmp,
hudson.model.TaskListener listener,
hudson.EnvVars env) |
String |
getMatlabInstallationName() |
String |
getMatlabRootFolder() |
void |
setMatlabBuildWrapperContent(MatlabBuildWrapperContent matlabBuildWrapperContent) |
void |
setUp(jenkins.tasks.SimpleBuildWrapper.Context context,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.EnvVars initialEnvironment) |
@DataBoundConstructor public UseMatlabVersionBuildWrapper()
public String getMatlabRootFolder()
public String getMatlabInstallationHome(hudson.model.Computer cmp, hudson.model.TaskListener listener, hudson.EnvVars env) throws IOException, InterruptedException
IOException
InterruptedException
public String getMatlabInstallationName()
@DataBoundSetter public void setMatlabBuildWrapperContent(MatlabBuildWrapperContent matlabBuildWrapperContent)
public void setUp(jenkins.tasks.SimpleBuildWrapper.Context context, hudson.model.Run<?,?> build, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener, hudson.EnvVars initialEnvironment) throws IOException, InterruptedException
setUp
in class jenkins.tasks.SimpleBuildWrapper
IOException
InterruptedException
Copyright © 2016–2024. All rights reserved.