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