hudson.tasks
Class BuildWrappers

java.lang.Object
  extended by hudson.tasks.BuildWrappers

public class BuildWrappers
extends Object

List of all installed BuildWrapper.

Author:
Kohsuke Kawaguchi

Field Summary
static List<Descriptor<BuildWrapper>> WRAPPERS
          Deprecated. as of 1.281. Use Extension for registration, and use BuildWrapper.all() for listing them.
 
Constructor Summary
BuildWrappers()
           
 
Method Summary
static List<Descriptor<BuildWrapper>> getFor(AbstractProject<?,?> project)
          List up all BuildWrapperDescriptors that are applicable for the given project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WRAPPERS

public static final List<Descriptor<BuildWrapper>> WRAPPERS
Deprecated. as of 1.281. Use Extension for registration, and use BuildWrapper.all() for listing them.
Constructor Detail

BuildWrappers

public BuildWrappers()
Method Detail

getFor

public static List<Descriptor<BuildWrapper>> getFor(AbstractProject<?,?> project)
List up all BuildWrapperDescriptors 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.