Class BuildUser
java.lang.Object
hudson.model.AbstractDescribableImpl<BuildWrapper>
hudson.tasks.BuildWrapper
jenkins.tasks.SimpleBuildWrapper
org.jenkinsci.plugins.builduser.BuildUser
- All Implemented Interfaces:
ExtensionPoint, Describable<BuildWrapper>
This plugin is used to set build user variables, see
IUsernameSettable:- Author:
- GKonovalenko
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class SimpleBuildWrapper
SimpleBuildWrapper.Context, SimpleBuildWrapper.DisposerNested classes/interfaces inherited from class BuildWrapper
BuildWrapper.EnvironmentNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp(SimpleBuildWrapper.Context context, Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) Methods inherited from class SimpleBuildWrapper
createContext, createLoggerDecorator, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, requiresWorkspace, runPreCheckout, setUp, setUpMethods inherited from class BuildWrapper
all, getProjectAction, setUpMethods inherited from class AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
BuildUser
@DataBoundConstructor public BuildUser()
-
-
Method Details
-
setUp
public void setUp(SimpleBuildWrapper.Context context, Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) - Overrides:
setUpin classSimpleBuildWrapper
-