@Stability(value=Experimental) @Internal public static final class StaleOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StaleOptions
StaleOptionssoftware.amazon.jsii.JsiiObject.InitializationModeStaleOptions.Builder, StaleOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(StaleOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StaleOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
StaleBehavior |
getIssues()
(experimental) How to handle stale issues.
|
StaleBehavior |
getPullRequest()
(experimental) How to handle stale pull requests.
|
List<String> |
getRunsOn()
(experimental) Github Runner selection labels.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(StaleOptions.Builder builder)
StaleOptions.Builder.public final StaleBehavior getIssues()
StaleOptionsDefault: - By default, stale issues with no activity will be marked as stale after 60 days and closed within 7 days.
getIssues in interface StaleOptionspublic final StaleBehavior getPullRequest()
StaleOptionsDefault: - By default, pull requests with no activity will be marked as stale after 14 days and closed within 2 days with relevant comments.
getPullRequest in interface StaleOptionspublic final List<String> getRunsOn()
StaleOptionsDefault: ["ubuntu-latest"]
getRunsOn in interface StaleOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.