Uses of Class
io.github.cdklabs.projen.github.GitHub
-
Packages that use GitHub Package Description io.github.cdklabs.projen.github -
-
Uses of GitHub in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return GitHub Modifier and Type Method Description GitHubGitHub.Builder. build()GitHubGitHubProject. getGithub()Deprecated.static GitHubGitHub. of(Project project)(experimental) Returns theGitHubcomponent of a project orundefinedif the project does not have a GitHub component.Methods in io.github.cdklabs.projen.github with parameters of type GitHub Modifier and Type Method Description static AutoApprove.BuilderAutoApprove.Builder. create(GitHub github)static AutoMerge.BuilderAutoMerge.Builder. create(GitHub github)static Dependabot.BuilderDependabot.Builder. create(GitHub github)static GithubWorkflow.BuilderGithubWorkflow.Builder. create(GitHub github, String name)static Mergify.BuilderMergify.Builder. create(GitHub github)static PullRequestLint.BuilderPullRequestLint.Builder. create(GitHub github)static PullRequestTemplate.BuilderPullRequestTemplate.Builder. create(GitHub github)static Stale.BuilderStale.Builder. create(GitHub github)static TaskWorkflow.BuilderTaskWorkflow.Builder. create(GitHub github)Constructors in io.github.cdklabs.projen.github with parameters of type GitHub Constructor Description AutoApprove(GitHub github)AutoApprove(GitHub github, AutoApproveOptions options)AutoMerge(GitHub github)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)
-