public class BuildWrappers extends Object
BuildWrapper.| Modifier and Type | Field and Description |
|---|---|
static List<Descriptor<BuildWrapper>> |
WRAPPERS
Deprecated.
as of 1.281. Use
Extension for registration, and use BuildWrapper.all()
for listing them. |
| Constructor and Description |
|---|
BuildWrappers() |
| Modifier and Type | Method and Description |
|---|---|
static List<Descriptor<BuildWrapper>> |
getFor(AbstractProject<?,?> project)
List up all
BuildWrapperDescriptors that are applicable for the given project. |
@Deprecated public static final List<Descriptor<BuildWrapper>> WRAPPERS
Extension for registration, and use BuildWrapper.all()
for listing them.public static List<Descriptor<BuildWrapper>> getFor(AbstractProject<?,?> project)
BuildWrapperDescriptors that are applicable for the given project.BuildWrapperDescriptor to maintain compatibility
with BuildWrapper implementations before 1.150.Copyright © 2019. All rights reserved.