Uses of Interface
io.github.cdklabs.projen.github.PullRequestLintOptions
-
Packages that use PullRequestLintOptions Package Description io.github.cdklabs.projen.github -
-
Uses of PullRequestLintOptions in io.github.cdklabs.projen.github
Classes in io.github.cdklabs.projen.github that implement PullRequestLintOptions Modifier and Type Class Description static classPullRequestLintOptions.Jsii$ProxyAn implementation forPullRequestLintOptionsMethods in io.github.cdklabs.projen.github that return PullRequestLintOptions Modifier and Type Method Description PullRequestLintOptionsPullRequestLintOptions.Builder. build()Builds the configured instance.default PullRequestLintOptionsGitHubOptions. getPullRequestLintOptions()(experimental) Options for configuring a pull request linter.PullRequestLintOptionsGitHubOptions.Jsii$Proxy. getPullRequestLintOptions()Methods in io.github.cdklabs.projen.github with parameters of type PullRequestLintOptions Modifier and Type Method Description GitHub.BuilderGitHub.Builder. pullRequestLintOptions(PullRequestLintOptions pullRequestLintOptions)(experimental) Options for configuring a pull request linter.GitHubOptions.BuilderGitHubOptions.Builder. pullRequestLintOptions(PullRequestLintOptions pullRequestLintOptions)Sets the value ofGitHubOptions.getPullRequestLintOptions()Constructors in io.github.cdklabs.projen.github with parameters of type PullRequestLintOptions Constructor Description PullRequestLint(GitHub github, PullRequestLintOptions options)
-