Uses of Class
hudson.tasks.BuildWrapper
Packages that use BuildWrapper
-
Uses of BuildWrapper in hudson
Methods in hudson that return types with arguments of type BuildWrapperModifier and TypeMethodDescriptionstatic List<Descriptor<BuildWrapper>>
Functions.getBuildWrapperDescriptors
(AbstractProject<?, ?> project) -
Uses of BuildWrapper in hudson.model
Methods in hudson.model that return BuildWrapperModifier 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.Methods in hudson.model that return types with arguments of type BuildWrapperModifier and TypeMethodDescriptionProject.getBuildWrappers()
Project.getBuildWrappers()
BuildableItemWithBuildWrappers.getBuildWrappersList()
BuildWrapper
s associated with thisAbstractProject
.BuildableItemWithBuildWrappers.getBuildWrappersList()
BuildWrapper
s associated with thisAbstractProject
.Project.getBuildWrappersList()
Project.getBuildWrappersList()
Method parameters in hudson.model with type arguments of type BuildWrapperModifier and TypeMethodDescriptionvoid
ParametersAction.createBuildWrappers
(AbstractBuild<?, ?> build, Collection<? super BuildWrapper> result) -
Uses of BuildWrapper in hudson.tasks
Fields in hudson.tasks with type parameters of type BuildWrapperModifier and TypeFieldDescriptionstatic final List<Descriptor<BuildWrapper>>
BuildWrappers.WRAPPERS
Deprecated.as of 1.281.Methods in hudson.tasks that return types with arguments of type BuildWrapperModifier 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.Constructor parameters in hudson.tasks with type arguments of type BuildWrapperModifierConstructorDescriptionprotected
BuildWrapperDescriptor
(Class<? extends BuildWrapper> clazz) -
Uses of BuildWrapper in jenkins.model
Methods in jenkins.model that return types with arguments of type BuildWrapperModifier and TypeMethodDescriptionJenkins.getBuildWrapper
(String shortClassName) Gets the build wrapper descriptor by name. -
Uses of BuildWrapper in jenkins.tasks
Subclasses of BuildWrapper in jenkins.tasksModifier and TypeClassDescriptionclass
A generalization ofBuildWrapper
that, likeSimpleBuildStep
, may be called at various points within a build.