public class ChecksDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChecksDetails.ChecksDetailsBuilder
Builder for
ChecksDetails. |
| Modifier and Type | Method and Description |
|---|---|
List<ChecksAction> |
getActions()
Returns the
ChecksActions of a check. |
Optional<LocalDateTime> |
getCompletedAt()
Returns the time that the check completed.
|
ChecksConclusion |
getConclusion()
Returns the conclusion of a check.
|
Optional<String> |
getDetailsURL()
Returns the url of a site with full details of a check.
|
Optional<String> |
getName()
Returns the name of a check.
|
Optional<ChecksOutput> |
getOutput()
Returns the
ChecksOutput of a check. |
Optional<LocalDateTime> |
getStartedAt()
Returns the time that the check started.
|
ChecksStatus |
getStatus()
Returns the status of a check.
|
String |
toString() |
public Optional<String> getName()
public ChecksStatus getStatus()
ChecksStatus, one of QUEUED, IN_PROGRESS, COMPLETED.public Optional<String> getDetailsURL()
public Optional<LocalDateTime> getStartedAt()
public ChecksConclusion getConclusion()
public Optional<LocalDateTime> getCompletedAt()
public Optional<ChecksOutput> getOutput()
ChecksOutput of a check.ChecksOutput of a checkpublic List<ChecksAction> getActions()
ChecksActions of a check.ChecksActions of a checkCopyright © 2016–2021. All rights reserved.