public static class ReleaseConnector.ReleaseResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static ReleaseConnector.ReleaseResult |
fail(RuntimeException error) |
RuntimeException |
getError() |
ReleaseNote |
getReleaseNote() |
URL |
getReleaseUrl() |
boolean |
isFail() |
boolean |
isSuccess() |
static ReleaseConnector.ReleaseResult |
success(ReleaseNote releaseNote,
URL url) |
void |
throwIfFail() |
public ReleaseNote getReleaseNote()
public URL getReleaseUrl()
public RuntimeException getError()
public void throwIfFail()
public boolean isSuccess()
public boolean isFail()
public static ReleaseConnector.ReleaseResult success(ReleaseNote releaseNote, URL url)
public static ReleaseConnector.ReleaseResult fail(RuntimeException error)
Copyright © 2021. All rights reserved.