Class RunConfiguration


  • public class RunConfiguration
    extends Object
    • Method Detail

      • getServices

        public List<Path> getServices()
        List of all the services (1 or more) that need to be run with the local devappserver. If a directory, it must include WEB-INF/appengine-web.xml. For dev appserver 2, this may instead include references to app.yamls.
      • getJvmFlags

        public List<String> getJvmFlags()
        Returns command line flags that will be passed to the Java virtual machine that runs the local development server.
      • getDefaultGcsBucketName

        @Nullable
        public String getDefaultGcsBucketName()
      • getAdditionalArguments

        @Nullable
        public List<String> getAdditionalArguments()
        Any additional arguments to be passed to the local development server. These arguments are neither parsed nor validated.
      • getProjectId

        @Nullable
        public String getProjectId()
        Gets the GCP project ID.
      • getProjectJdkVersion

        @Nullable
        public String getProjectJdkVersion()
        Returns the Custom Project JDK Version users set. This value is expected to be in the format of java.specification.version system property.
      • toBuilder

        public RunConfiguration.Builder toBuilder()
        Returns a mutable builder initialized with the values of this runtime configuration.