public interface ReleaseStatusListener extends EventListener
EventListener
that is notified when the status about a
Helm release
has been retrieved.ReleaseStatusEvent
,
GetReleaseStatusMojo
Modifier and Type | Method and Description |
---|---|
void |
releaseStatusRetrieved(ReleaseStatusEvent event)
Called when the status of a Helm release has
been retrieved.
|
void releaseStatusRetrieved(ReleaseStatusEvent event)
event
- the ReleaseStatusEvent
describing the statusReleaseStatusEvent
,
GetReleaseStatusMojo
Copyright © 2017–2018, microBean. All rights reserved.