Package hudson.tasks
Class BuildStep.PublisherList
- All Implemented Interfaces:
Iterable<Descriptor<Publisher>>,Collection<Descriptor<Publisher>>,List<Descriptor<Publisher>>
- Enclosing interface:
BuildStep
List of publisher descriptor.
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, Descriptor<Publisher> d) booleanadd(Descriptor<Publisher> d) voidAdds 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.voidAdds a new publisher descriptor, which (generally speaking) alter the build result based on some artifacts of the build.get(int index) iterator()booleanintsize()Methods inherited from class java.util.AbstractList
addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Method Details
-
addNotifier
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
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:
-
add
- Specified by:
addin interfaceCollection<Descriptor<Publisher>>- Specified by:
addin interfaceList<Descriptor<Publisher>>- Overrides:
addin classAbstractList<Descriptor<Publisher>>
-
add
- Specified by:
addin interfaceList<Descriptor<Publisher>>- Overrides:
addin classAbstractList<Descriptor<Publisher>>
-
get
- Specified by:
getin interfaceList<Descriptor<Publisher>>- Specified by:
getin classAbstractList<Descriptor<Publisher>>
-
size
public int size()- Specified by:
sizein interfaceCollection<Descriptor<Publisher>>- Specified by:
sizein interfaceList<Descriptor<Publisher>>- Specified by:
sizein classAbstractCollection<Descriptor<Publisher>>
-
iterator
- Specified by:
iteratorin interfaceCollection<Descriptor<Publisher>>- Specified by:
iteratorin interfaceIterable<Descriptor<Publisher>>- Specified by:
iteratorin interfaceList<Descriptor<Publisher>>- Overrides:
iteratorin classAbstractList<Descriptor<Publisher>>
-
remove
- Specified by:
removein interfaceCollection<Descriptor<Publisher>>- Specified by:
removein interfaceList<Descriptor<Publisher>>- Overrides:
removein classAbstractCollection<Descriptor<Publisher>>
-