| Package | Description |
|---|---|
| io.github.cdklabs.projen.github |
| Modifier and Type | Method and Description |
|---|---|
GitHub |
GitHub.Builder.build() |
GitHub |
GitHubProject.getGithub()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PullRequestLint.Builder |
PullRequestLint.Builder.create(GitHub github) |
static Stale.Builder |
Stale.Builder.create(GitHub github) |
static Dependabot.Builder |
Dependabot.Builder.create(GitHub github) |
static AutoMerge.Builder |
AutoMerge.Builder.create(GitHub github) |
static PullRequestTemplate.Builder |
PullRequestTemplate.Builder.create(GitHub github) |
static Mergify.Builder |
Mergify.Builder.create(GitHub github) |
static AutoApprove.Builder |
AutoApprove.Builder.create(GitHub github) |
static TaskWorkflow.Builder |
TaskWorkflow.Builder.create(GitHub github) |
static GithubWorkflow.Builder |
GithubWorkflow.Builder.create(GitHub github,
String name) |
| Constructor and Description |
|---|
AutoApprove(GitHub github,
AutoApproveOptions options) |
AutoMerge(GitHub github,
AutoMergeOptions options) |
Dependabot(GitHub github) |
Dependabot(GitHub github,
DependabotOptions options) |
GithubWorkflow(GitHub github,
String name) |
GithubWorkflow(GitHub github,
String name,
GithubWorkflowOptions options) |
Mergify(GitHub github) |
Mergify(GitHub github,
MergifyOptions options) |
PullRequestLint(GitHub github) |
PullRequestLint(GitHub github,
PullRequestLintOptions options) |
PullRequestTemplate(GitHub github) |
PullRequestTemplate(GitHub github,
PullRequestTemplateOptions options) |
Stale(GitHub github) |
Stale(GitHub github,
StaleOptions options) |
TaskWorkflow(GitHub github,
TaskWorkflowOptions options) |
Copyright © 2021. All rights reserved.