hudson.tasks
Class BuildStep.PublisherList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Descriptor<Publisher>>
hudson.tasks.BuildStep.PublisherList
- All Implemented Interfaces:
- Iterable<Descriptor<Publisher>>, Collection<Descriptor<Publisher>>, List<Descriptor<Publisher>>
- Enclosing interface:
- BuildStep
public static final class BuildStep.PublisherList
- extends AbstractList<Descriptor<Publisher>>
List of publisher descriptor.
| Methods inherited from class java.util.AbstractList |
addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
addNotifier
public void addNotifier(Descriptor<Publisher> d)
- Adds a new publisher descriptor, which (generally speaking)
shouldn't alter the build result, but just report the build result
by some means, such as e-mail, IRC, etc.
This method adds the descriptor after all the "recorders".
- See Also:
addRecorder(Descriptor)
addRecorder
public void addRecorder(Descriptor<Publisher> d)
- Adds a new publisher descriptor, which (generally speaking)
alter the build result based on some artifacts of the build.
This method adds the descriptor before all the "notifiers".
- See Also:
addNotifier(Descriptor)
add
public boolean add(Descriptor<Publisher> d)
- Specified by:
add in interface Collection<Descriptor<Publisher>>- Specified by:
add in interface List<Descriptor<Publisher>>- Overrides:
add in class AbstractList<Descriptor<Publisher>>
add
public void add(int index,
Descriptor<Publisher> d)
- Specified by:
add in interface List<Descriptor<Publisher>>- Overrides:
add in class AbstractList<Descriptor<Publisher>>
get
public Descriptor<Publisher> get(int index)
- Specified by:
get in interface List<Descriptor<Publisher>>- Specified by:
get in class AbstractList<Descriptor<Publisher>>
size
public int size()
- Specified by:
size in interface Collection<Descriptor<Publisher>>- Specified by:
size in interface List<Descriptor<Publisher>>- Specified by:
size in class AbstractCollection<Descriptor<Publisher>>
iterator
public Iterator<Descriptor<Publisher>> iterator()
- Specified by:
iterator in interface Iterable<Descriptor<Publisher>>- Specified by:
iterator in interface Collection<Descriptor<Publisher>>- Specified by:
iterator in interface List<Descriptor<Publisher>>- Overrides:
iterator in class AbstractList<Descriptor<Publisher>>
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection<Descriptor<Publisher>>- Specified by:
remove in interface List<Descriptor<Publisher>>- Overrides:
remove in class AbstractCollection<Descriptor<Publisher>>
Copyright © 2004-2013. All Rights Reserved.