Uses of Class
hudson.tasks.BuildWrapper
-
Uses of BuildWrapper in hudson
Modifier and TypeMethodDescriptionstatic List<Descriptor<BuildWrapper>>
Functions.getBuildWrapperDescriptors
(AbstractProject<?, ?> project) -
Uses of BuildWrapper in hudson.model
Modifier and TypeMethodDescriptionFileParameterValue.createBuildWrapper
(AbstractBuild<?, ?> build) ParameterValue.createBuildWrapper
(AbstractBuild<?, ?> build) Called at the beginning of a build (but afterSCM
operations have taken place) to let aParameterValue
contributes aBuildWrapper
to the build.Modifier and TypeMethodDescriptionProject.getBuildWrappers()
Project.getBuildWrappers()
BuildableItemWithBuildWrappers.getBuildWrappersList()
BuildWrapper
s associated with thisAbstractProject
.BuildableItemWithBuildWrappers.getBuildWrappersList()
BuildWrapper
s associated with thisAbstractProject
.Project.getBuildWrappersList()
Project.getBuildWrappersList()
Modifier and TypeMethodDescriptionvoid
ParametersAction.createBuildWrappers
(AbstractBuild<?, ?> build, Collection<? super BuildWrapper> result) -
Uses of BuildWrapper in hudson.tasks
Modifier and TypeFieldDescriptionstatic final List<Descriptor<BuildWrapper>>
BuildWrappers.WRAPPERS
Deprecated.as of 1.281.Modifier and TypeMethodDescriptionBuildWrapper.all()
Returns all the registeredBuildWrapper
descriptors.BuildWrapper.all()
Returns all the registeredBuildWrapper
descriptors.static List<Descriptor<BuildWrapper>>
BuildWrappers.getFor
(AbstractProject<?, ?> project) List up allBuildWrapperDescriptor
s that are applicable for the given project.ModifierConstructorDescriptionprotected
BuildWrapperDescriptor
(Class<? extends BuildWrapper> clazz) -
Uses of BuildWrapper in jenkins.model
Modifier and TypeMethodDescriptionJenkins.getBuildWrapper
(String shortClassName) Gets the build wrapper descriptor by name. -
Uses of BuildWrapper in jenkins.tasks
Modifier and TypeClassDescriptionclass
A generalization ofBuildWrapper
that, likeSimpleBuildStep
, may be called at various points within a build.