public class CloudFoundryApplicationManifestUtils extends Object
Constructor and Description |
---|
CloudFoundryApplicationManifestUtils() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
getCFManifestMap(org.cloudfoundry.operations.applications.ApplicationManifest applicationManifest) |
static Integer |
memoryInteger(String text) |
static org.cloudfoundry.operations.applications.ApplicationManifest |
updateApplicationName(org.springframework.cloud.skipper.domain.Release release) |
static org.cloudfoundry.operations.applications.ApplicationManifest |
updateApplicationPath(org.cloudfoundry.operations.applications.ApplicationManifest cfApplicationManifest,
org.springframework.core.io.Resource application) |
public CloudFoundryApplicationManifestUtils()
public static org.cloudfoundry.operations.applications.ApplicationManifest updateApplicationPath(org.cloudfoundry.operations.applications.ApplicationManifest cfApplicationManifest, org.springframework.core.io.Resource application)
public static org.cloudfoundry.operations.applications.ApplicationManifest updateApplicationName(org.springframework.cloud.skipper.domain.Release release)
public static Map<String,String> getCFManifestMap(org.cloudfoundry.operations.applications.ApplicationManifest applicationManifest)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.