| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHDeploymentStatus |
GHDeploymentStatusBuilder.create()
Create gh deployment status.
|
GHDeploymentStatus |
GHEventPayload.DeploymentStatus.getDeploymentStatus()
Gets deployment status.
|
GHDeploymentStatus |
GHDeploymentStatus.wrap(GHRepository owner)
Wrap gh deployment status.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHDeploymentStatus> |
GHRepository.getDeploymentStatuses(int id)
Deprecated.
Use
getDeployment(id).listStatuses() |
PagedIterable<GHDeploymentStatus> |
GHDeployment.listStatuses()
List statuses paged iterable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHEventPayload.DeploymentStatus.setDeploymentStatus(GHDeploymentStatus deploymentStatus)
Sets deployment status.
|
Copyright © 2020. All rights reserved.