Class StaleOptions.Jsii$Proxy

  • All Implemented Interfaces:
    StaleOptions, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    StaleOptions

    @Stability(Experimental)
    @Internal
    public static final class StaleOptions.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements StaleOptions
    An implementation for StaleOptions
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getIssues

        public final StaleBehavior getIssues()
        Description copied from interface: StaleOptions
        (experimental) How to handle stale issues.

        Default: - By default, stale issues with no activity will be marked as stale after 60 days and closed within 7 days.

        Specified by:
        getIssues in interface StaleOptions
      • getPullRequest

        public final StaleBehavior getPullRequest()
        Description copied from interface: StaleOptions
        (experimental) How to handle stale pull requests.

        Default: - By default, pull requests with no activity will be marked as stale after 14 days and closed within 2 days with relevant comments.

        Specified by:
        getPullRequest in interface StaleOptions
      • getRunsOn

        public final List<String> getRunsOn()
        Description copied from interface: StaleOptions
        (experimental) Github Runner selection labels.

        Default: ["ubuntu-latest"]

        Specified by:
        getRunsOn in interface StaleOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object