Class GitHubActionWebAppStackSettings


  • public final class GitHubActionWebAppStackSettings
    extends Object
    GitHub Actions Web App stack settings.
    • Constructor Detail

      • GitHubActionWebAppStackSettings

        public GitHubActionWebAppStackSettings()
    • Method Detail

      • isSupported

        public Boolean isSupported()
        Get the isSupported property: <code>true</code> if GitHub Actions is supported for the stack; otherwise, <code>false</code>.
        Returns:
        the isSupported value.
      • supportedVersion

        public String supportedVersion()
        Get the supportedVersion property: The minor version that is supported for GitHub Actions.
        Returns:
        the supportedVersion value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.