hudson.tasks
Class BuildWrappers
java.lang.Object
hudson.tasks.BuildWrappers
public class BuildWrappers
- extends Object
List of all installed BuildWrapper
.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WRAPPERS
public static final List<Descriptor<BuildWrapper>> WRAPPERS
- Deprecated. as of 1.281. Use
Extension
for registration, and use BuildWrapper.all()
for listing them.
BuildWrappers
public BuildWrappers()
getFor
public static List<Descriptor<BuildWrapper>> getFor(AbstractProject<?,?> project)
- List up all
BuildWrapperDescriptor
s that are applicable for the given project.
- Returns:
- The signature doesn't use
BuildWrapperDescriptor
to maintain compatibility
with BuildWrapper
implementations before 1.150.
Copyright © 2004-2013. All Rights Reserved.