public class ReleaseHistoryEvent extends AbstractReleaseEvent
AbstractReleaseEvent describing a retrieval of the
history of a Helm
release.ReleaseHistoryListener,
GetHistoryMojo,
Serialized Formsource| Constructor and Description |
|---|
ReleaseHistoryEvent(GetHistoryMojo source,
Tiller.GetHistoryResponseOrBuilder getHistoryResponseOrBuilder)
Creates a new
ReleaseHistoryEvent. |
| Modifier and Type | Method and Description |
|---|---|
Tiller.GetHistoryResponseOrBuilder |
getHistoryResponseOrBuilder()
Returns the
Tiller.GetHistoryResponseOrBuilder
implementation representing the history retrieval. |
GetHistoryMojo |
getSource()
Returns the
GetHistoryMojo responsible for firing
this event. |
getLogtoStringpublic ReleaseHistoryEvent(GetHistoryMojo source, Tiller.GetHistoryResponseOrBuilder getHistoryResponseOrBuilder)
ReleaseHistoryEvent.source - the GetHistoryMojo responsible for
retrieving the history; must not be nullgetHistoryResponseOrBuilder - the Tiller.GetHistoryResponseOrBuilder
describing the history retrieval; must not be nullIllegalArgumentException - if source is null; thrown by the EventObject.EventObject(Object)
constructorNullPointerException - if getReleaseHistoryResponseOrBuilder is nullpublic final Tiller.GetHistoryResponseOrBuilder getHistoryResponseOrBuilder()
Tiller.GetHistoryResponseOrBuilder
implementation representing the history retrieval.
This method never returns null.
Tiller.GetHistoryResponseOrBuilder
implementation representing the history retrieval; never nullpublic final GetHistoryMojo getSource()
GetHistoryMojo responsible for firing
this event.
This method never returns null.
getSource in class AbstractReleaseEventGetHistoryMojo responsible for firing this
event; never nullCopyright © 2017–2018, microBean. All rights reserved.