Class DeployProjectConfigurationConfiguration
- java.lang.Object
-
- com.google.cloud.tools.appengine.configuration.DeployProjectConfigurationConfiguration
-
public class DeployProjectConfigurationConfiguration extends Object
Configuration forDeployment
project-level yaml deployments.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeployProjectConfigurationConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeployProjectConfigurationConfiguration.Builder
builder(Path appEngineDirectory)
Path
getAppEngineDirectory()
Directory with yaml configuration files.String
getProjectId()
Google Cloud Project ID to deploy to.String
getServer()
The App Engine server to use.
-
-
-
Method Detail
-
getAppEngineDirectory
public Path getAppEngineDirectory()
Directory with yaml configuration files.
-
getServer
@Nullable public String getServer()
The App Engine server to use. Users typically will never set this value.
-
builder
public static DeployProjectConfigurationConfiguration.Builder builder(Path appEngineDirectory)
-
-