Uses of Class
hudson.tasks.BuildWrapper
-
Packages that use BuildWrapper Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks jenkins.model jenkins.tasks -
-
Uses of BuildWrapper in hudson
Methods in hudson that return types with arguments of type BuildWrapper Modifier and Type Method Description static List<Descriptor<BuildWrapper>>
Functions. getBuildWrapperDescriptors(AbstractProject<?,?> project)
-
Uses of BuildWrapper in hudson.model
Methods in hudson.model that return BuildWrapper Modifier and Type Method Description BuildWrapper
FileParameterValue. createBuildWrapper(AbstractBuild<?,?> build)
BuildWrapper
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 BuildWrapper Modifier and Type Method Description Map<Descriptor<BuildWrapper>,BuildWrapper>
Project. getBuildWrappers()
Map<Descriptor<BuildWrapper>,BuildWrapper>
Project. getBuildWrappers()
DescribableList<BuildWrapper,Descriptor<BuildWrapper>>
BuildableItemWithBuildWrappers. getBuildWrappersList()
BuildWrapper
s associated with thisAbstractProject
.DescribableList<BuildWrapper,Descriptor<BuildWrapper>>
BuildableItemWithBuildWrappers. getBuildWrappersList()
BuildWrapper
s associated with thisAbstractProject
.DescribableList<BuildWrapper,Descriptor<BuildWrapper>>
Project. getBuildWrappersList()
DescribableList<BuildWrapper,Descriptor<BuildWrapper>>
Project. getBuildWrappersList()
Method parameters in hudson.model with type arguments of type BuildWrapper Modifier and Type Method Description void
ParametersAction. createBuildWrappers(AbstractBuild<?,?> build, Collection<? super BuildWrapper> result)
-
Uses of BuildWrapper in hudson.tasks
Fields in hudson.tasks with type parameters of type BuildWrapper Modifier and Type Field Description static List<Descriptor<BuildWrapper>>
BuildWrappers. WRAPPERS
Deprecated.as of 1.281.Methods in hudson.tasks that return types with arguments of type BuildWrapper Modifier and Type Method Description static DescriptorExtensionList<BuildWrapper,Descriptor<BuildWrapper>>
BuildWrapper. all()
Returns all the registeredBuildWrapper
descriptors.static DescriptorExtensionList<BuildWrapper,Descriptor<BuildWrapper>>
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 BuildWrapper Constructor Description BuildWrapperDescriptor(Class<? extends BuildWrapper> clazz)
-
Uses of BuildWrapper in jenkins.model
Methods in jenkins.model that return types with arguments of type BuildWrapper Modifier and Type Method Description Descriptor<BuildWrapper>
Jenkins. getBuildWrapper(String shortClassName)
Gets the build wrapper descriptor by name. -
Uses of BuildWrapper in jenkins.tasks
Subclasses of BuildWrapper in jenkins.tasks Modifier and Type Class Description class
SimpleBuildWrapper
A generalization ofBuildWrapper
that, likeSimpleBuildStep
, may be called at various points within a build.
-