Class DeployConfiguration

    • Method Detail

      • getBucket

        @Nullable
        public String getBucket()
        GCS storage bucket used for staging files associated with deployment.
      • getGcloudMode

        @Nullable
        public String getGcloudMode()
        Gcloud pre-release mode: like alpha or beta.
      • getDeployables

        public List<Path> getDeployables()
        List of deployable target directories or yaml files.
      • getImageUrl

        @Nullable
        public String getImageUrl()
        Docker image to use during deployment (only for app.yaml deployments).
      • getProjectId

        @Nullable
        public String getProjectId()
        Google Cloud Project ID to deploy to.
      • getPromote

        @Nullable
        public Boolean getPromote()
        Promote the deployed version to receive all traffic.
      • getServer

        @Nullable
        public String getServer()
        The App Engine server to use. Users typically will never set this value.
      • getStopPreviousVersion

        @Nullable
        public Boolean getStopPreviousVersion()
        Stop the previous running version when deploying and promote this new version.