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. |
getLog
toString
public ReleaseHistoryEvent(GetHistoryMojo source, Tiller.GetHistoryResponseOrBuilder getHistoryResponseOrBuilder)
ReleaseHistoryEvent
.source
- the GetHistoryMojo
responsible for
retrieving the history; must not be null
getHistoryResponseOrBuilder
- the Tiller.GetHistoryResponseOrBuilder
describing the history retrieval; must not be null
IllegalArgumentException
- if source
is null
; thrown by the EventObject.EventObject(Object)
constructorNullPointerException
- if getReleaseHistoryResponseOrBuilder
is null
public final Tiller.GetHistoryResponseOrBuilder getHistoryResponseOrBuilder()
Tiller.GetHistoryResponseOrBuilder
implementation representing the history retrieval.
This method never returns null
.
Tiller.GetHistoryResponseOrBuilder
implementation representing the history retrieval; never null
public final GetHistoryMojo getSource()
GetHistoryMojo
responsible for firing
this event.
This method never returns null
.
getSource
in class AbstractReleaseEvent
GetHistoryMojo
responsible for firing this
event; never null
Copyright © 2017–2018, microBean. All rights reserved.