Uses of Interface
io.github.cdklabs.projen.github.StaleBehavior
-
Packages that use StaleBehavior Package Description io.github.cdklabs.projen.github -
-
Uses of StaleBehavior in io.github.cdklabs.projen.github
Classes in io.github.cdklabs.projen.github that implement StaleBehavior Modifier and Type Class Description static classStaleBehavior.Jsii$ProxyAn implementation forStaleBehaviorMethods in io.github.cdklabs.projen.github that return StaleBehavior Modifier and Type Method Description StaleBehaviorStaleBehavior.Builder. build()Builds the configured instance.default StaleBehaviorStaleOptions. getIssues()(experimental) How to handle stale issues.StaleBehaviorStaleOptions.Jsii$Proxy. getIssues()default StaleBehaviorStaleOptions. getPullRequest()(experimental) How to handle stale pull requests.StaleBehaviorStaleOptions.Jsii$Proxy. getPullRequest()Methods in io.github.cdklabs.projen.github with parameters of type StaleBehavior Modifier and Type Method Description Stale.BuilderStale.Builder. issues(StaleBehavior issues)(experimental) How to handle stale issues.StaleOptions.BuilderStaleOptions.Builder. issues(StaleBehavior issues)Sets the value ofStaleOptions.getIssues()Stale.BuilderStale.Builder. pullRequest(StaleBehavior pullRequest)(experimental) How to handle stale pull requests.StaleOptions.BuilderStaleOptions.Builder. pullRequest(StaleBehavior pullRequest)Sets the value ofStaleOptions.getPullRequest()
-