public final class RepositoryBuildStatusSetRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RepositoryBuildStatusSetRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getBuildNumber() |
String |
getCommitId() |
String |
getDescription() |
Long |
getDuration() |
String |
getKey() |
Date |
getLastUpdated() |
String |
getName() |
String |
getParent() |
String |
getRef() |
Repository |
getRepository() |
BuildState |
getState() |
TestResults |
getTestResults() |
String |
getUrl() |
@Nullable public String getBuildNumber()
@Nonnull public String getCommitId()
@Nullable public String getDescription()
@Nullable public Long getDuration()
@Nonnull public Date getLastUpdated()
@Nonnull public String getKey()
@Nullable public String getParent()
@Nullable public String getRef()
null
if it is
not known or not run on a ref@Nonnull public Repository getRepository()
@Nonnull public BuildState getState()
BuildState
of the build@Nullable public TestResults getTestResults()
test results
for this buildCopyright © 2022 Atlassian. All rights reserved.