Uses of Class
org.kohsuke.github.GHDeploymentStatus
-
Packages that use GHDeploymentStatus Package Description org.kohsuke.github -
-
Uses of GHDeploymentStatus in org.kohsuke.github
Methods in org.kohsuke.github that return GHDeploymentStatus Modifier and Type Method Description GHDeploymentStatusGHDeploymentStatusBuilder. create()Create gh deployment status.GHDeploymentStatusGHEventPayload.DeploymentStatus. getDeploymentStatus()Gets deployment status.GHDeploymentStatusGHDeploymentStatus. wrap(GHRepository owner)Wrap gh deployment status.Methods in org.kohsuke.github that return types with arguments of type GHDeploymentStatus Modifier and Type Method Description PagedIterable<GHDeploymentStatus>GHRepository. getDeploymentStatuses(int id)Deprecated.UsegetDeployment(id).listStatuses()PagedIterable<GHDeploymentStatus>GHDeployment. listStatuses()List statuses paged iterable.Methods in org.kohsuke.github with parameters of type GHDeploymentStatus Modifier and Type Method Description voidGHEventPayload.DeploymentStatus. setDeploymentStatus(GHDeploymentStatus deploymentStatus)Sets deployment status.
-