SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSettings.withActivation() |
Activates of the deployment after update.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSettings.withCpu(int cpuCount) |
Specifies the cpu number of the deployment.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSettings.withEnvironment(String key,
String value) |
Specifies a environment variable of the deployment.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSource.withExistingSource(UserSourceType type,
String relativePath) |
Specifies the a existing source in the cloud storage.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSettings.withInstance(int count) |
Specifies the instance number of the deployment.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSource.withJarFile(File jar) |
Specifies the jar package for the deployment.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSettings.withJvmOptions(String jvmOptions) |
Specifies the jvm options of the deployment.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSettings.withMemory(int sizeInGB) |
Specifies the memory of the deployment.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSettings.withoutEnvironment(String key) |
Removes a environment variable of the deployment.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSettings.withRuntime(RuntimeVersion version) |
Specifies the runtime version of the deployment.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithModule.withSingleModule() |
Specifies the only module of the source code.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithModule.withTargetModule(String moduleName) |
Specifies the module of the source code.
|
SpringAppDeployment.Update |
SpringAppDeployment.UpdateStages.WithSettings.withVersionName(String versionName) |
Specifies the version of the deployment.
|