public class GHDeploymentBuilder
extends java.lang.Object
| Constructor and Description |
|---|
GHDeploymentBuilder(GHRepository repo) |
GHDeploymentBuilder(GHRepository repo,
java.lang.String ref) |
| Modifier and Type | Method and Description |
|---|---|
GHDeploymentBuilder |
autoMerge(boolean autoMerge) |
GHDeployment |
create() |
GHDeploymentBuilder |
description(java.lang.String description) |
GHDeploymentBuilder |
environment(java.lang.String environment) |
GHDeploymentBuilder |
payload(java.lang.String payload) |
GHDeploymentBuilder |
ref(java.lang.String branch) |
GHDeploymentBuilder |
requiredContexts(java.util.List<java.lang.String> requiredContexts) |
GHDeploymentBuilder |
task(java.lang.String task) |
public GHDeploymentBuilder(GHRepository repo)
public GHDeploymentBuilder(GHRepository repo, java.lang.String ref)
public GHDeploymentBuilder ref(java.lang.String branch)
public GHDeploymentBuilder task(java.lang.String task)
public GHDeploymentBuilder autoMerge(boolean autoMerge)
public GHDeploymentBuilder requiredContexts(java.util.List<java.lang.String> requiredContexts)
public GHDeploymentBuilder payload(java.lang.String payload)
public GHDeploymentBuilder environment(java.lang.String environment)
public GHDeploymentBuilder description(java.lang.String description)
public GHDeployment create() throws java.io.IOException
java.io.IOExceptionCopyright © 2016. All Rights Reserved.