public static final class BuildStep.PublisherList extends AbstractList<Descriptor<Publisher>>
modCount| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Descriptor<Publisher> d) |
void |
add(int index,
Descriptor<Publisher> d) |
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.
|
void |
addRecorder(Descriptor<Publisher> d)
Adds a new publisher descriptor, which (generally speaking)
alter the build result based on some artifacts of the build.
|
Descriptor<Publisher> |
get(int index) |
Iterator<Descriptor<Publisher>> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic void addNotifier(Descriptor<Publisher> d)
This method adds the descriptor after all the "recorders".
addRecorder(Descriptor)public void addRecorder(Descriptor<Publisher> d)
This method adds the descriptor before all the "notifiers".
addNotifier(Descriptor)public boolean add(Descriptor<Publisher> d)
add in interface Collection<Descriptor<Publisher>>add in interface List<Descriptor<Publisher>>add in class AbstractList<Descriptor<Publisher>>public void add(int index,
Descriptor<Publisher> d)
add in interface List<Descriptor<Publisher>>add in class AbstractList<Descriptor<Publisher>>public Descriptor<Publisher> get(int index)
get in interface List<Descriptor<Publisher>>get in class AbstractList<Descriptor<Publisher>>public int size()
size in interface Collection<Descriptor<Publisher>>size in interface List<Descriptor<Publisher>>size in class AbstractCollection<Descriptor<Publisher>>public Iterator<Descriptor<Publisher>> iterator()
iterator in interface Iterable<Descriptor<Publisher>>iterator in interface Collection<Descriptor<Publisher>>iterator in interface List<Descriptor<Publisher>>iterator in class AbstractList<Descriptor<Publisher>>public boolean remove(Object o)
remove in interface Collection<Descriptor<Publisher>>remove in interface List<Descriptor<Publisher>>remove in class AbstractCollection<Descriptor<Publisher>>Copyright © 2019. All rights reserved.