public class ReleaseTestEvent extends AbstractReleaseEvent
AbstractReleaseEvent describing the result of running a
test on a Helm
release.ReleaseTestListener,
TestReleaseMojo,
Serialized Formsource| Constructor and Description |
|---|
ReleaseTestEvent(TestReleaseMojo source,
Tiller.TestReleaseResponseOrBuilder testReleaseResponseOrBuilder)
Creates a new
ReleaseTestEvent. |
| Modifier and Type | Method and Description |
|---|---|
TestReleaseMojo |
getSource()
Returns the
TestReleaseMojo responsible for firing this
event. |
Tiller.TestReleaseResponseOrBuilder |
getTestReleaseResponseOrBuilder()
Returns the
Tiller.TestReleaseResponseOrBuilder
implementation representing the test run. |
getLogtoStringpublic ReleaseTestEvent(TestReleaseMojo source, Tiller.TestReleaseResponseOrBuilder testReleaseResponseOrBuilder)
ReleaseTestEvent.source - the TestReleaseMojo responsible for running
the tests; must not be nulltestReleaseResponseOrBuilder - the Tiller.TestReleaseResponseOrBuilder
describing the test run; must not be nullIllegalArgumentException - if source is null; thrown by the EventObject.EventObject(Object)
constructorNullPointerException - if testReleaseResponseOrBuilder is nullpublic final Tiller.TestReleaseResponseOrBuilder getTestReleaseResponseOrBuilder()
Tiller.TestReleaseResponseOrBuilder
implementation representing the test run.
This method never returns null.
Tiller.TestReleaseResponseOrBuilder
implementation representing the test run; never nullpublic final TestReleaseMojo getSource()
TestReleaseMojo responsible for firing this
event.
This method never returns null.
getSource in class AbstractReleaseEventTestReleaseMojo responsible for firing this
event; never nullCopyright © 2017–2018, microBean. All rights reserved.