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