Uses of Class
org.kohsuke.github.GHDeploymentBuilder
-
Packages that use GHDeploymentBuilder Package Description org.kohsuke.github -
-
Uses of GHDeploymentBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHDeploymentBuilder Modifier and Type Method Description GHDeploymentBuilderGHDeploymentBuilder. autoMerge(boolean autoMerge)Auto merge gh deployment builder.GHDeploymentBuilderGHRepository. createDeployment(String ref)Create deployment gh deployment builder.GHDeploymentBuilderGHDeploymentBuilder. description(String description)Description gh deployment builder.GHDeploymentBuilderGHDeploymentBuilder. environment(String environment)Environment gh deployment builder.GHDeploymentBuilderGHDeploymentBuilder. payload(String payload)Payload gh deployment builder.GHDeploymentBuilderGHDeploymentBuilder. productionEnvironment(boolean productionEnvironment)Deprecated.until preview feature has graduated to stableGHDeploymentBuilderGHDeploymentBuilder. ref(String branch)Ref gh deployment builder.GHDeploymentBuilderGHDeploymentBuilder. requiredContexts(List<String> requiredContexts)Required contexts gh deployment builder.GHDeploymentBuilderGHDeploymentBuilder. task(String task)Task gh deployment builder.GHDeploymentBuilderGHDeploymentBuilder. transientEnvironment(boolean transientEnvironment)Deprecated.until preview feature has graduated to stable
-