Package hudson.tasks
Class BuildWrappers
java.lang.Object
hudson.tasks.BuildWrappers
List of all installed
BuildWrapper
.- Author:
- Kohsuke Kawaguchi
-
Field Summary
Modifier and TypeFieldDescriptionstatic final List<Descriptor<BuildWrapper>>
Deprecated.as of 1.281. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<Descriptor<BuildWrapper>>
getFor
(AbstractProject<?, ?> project) List up allBuildWrapperDescriptor
s that are applicable for the given project.
-
Field Details
-
WRAPPERS
Deprecated.as of 1.281. UseExtension
for registration, and useBuildWrapper.all()
for listing them.
-
-
Constructor Details
-
BuildWrappers
public BuildWrappers()
-
-
Method Details
-
getFor
List up allBuildWrapperDescriptor
s that are applicable for the given project.- Returns:
- The signature doesn't use
BuildWrapperDescriptor
to maintain compatibility withBuildWrapper
implementations before 1.150.
-