Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Y 

A

AboutResource - Class in org.springframework.cloud.skipper.domain
Provides meta-information about the Spring Cloud Skipper server.
AboutResource() - Constructor for class org.springframework.cloud.skipper.domain.AboutResource
Default constructor for serialization frameworks.
AbstractEntity - Class in org.springframework.cloud.skipper.domain
Base class for entity implementations.
AbstractEntity() - Constructor for class org.springframework.cloud.skipper.domain.AbstractEntity
 
afterLoad() - Method in class org.springframework.cloud.skipper.domain.Release
 
API_VERSION_STRING - Static variable in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
API_VERSION_STRING - Static variable in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
AppInstanceStatusImpl - Class in org.springframework.cloud.skipper.domain
Implementation for AppInstanceStatus that has deployment state and attributes.
AppInstanceStatusImpl() - Constructor for class org.springframework.cloud.skipper.domain.AppInstanceStatusImpl
 
APPLICATION_PROPERTIES_STRING - Static variable in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
ApplicationManifestDifference - Class in org.springframework.cloud.skipper.domain.deployer
Describes the difference between two ApplicationManifests
ApplicationManifestDifference(String, PropertiesDiff, PropertiesDiff, PropertiesDiff, PropertiesDiff, PropertiesDiff) - Constructor for class org.springframework.cloud.skipper.domain.deployer.ApplicationManifestDifference
 
AppStatusMixin - Class in org.springframework.cloud.skipper.domain
A Jackson mixin that will call the constructor that takes the deploymentId and state properties.
areEqual() - Method in class org.springframework.cloud.skipper.domain.deployer.ApplicationManifestDifference
Returns true if there are no differences between the two application manifests; that is, if the manifests are equal.
areEqual() - Method in class org.springframework.cloud.skipper.domain.deployer.ReleaseDifference
 
areEqual() - Method in class org.springframework.cloud.skipper.support.PropertiesDiff
Check if given left and right hand side properties are equal.

B

build() - Method in class org.springframework.cloud.skipper.support.PropertiesDiff.Builder
Builds the PropertiesDiff.
build() - Method in class org.springframework.cloud.skipper.support.yaml.DefaultYamlConverter.DefaultBuilder
 
build() - Method in interface org.springframework.cloud.skipper.support.yaml.YamlConverter.Builder
Builds the configured YamlConverter.
builder() - Static method in class org.springframework.cloud.skipper.support.PropertiesDiff
Gets a PropertiesDiff.Builder for PropertiesDiff.
Builder() - Constructor for class org.springframework.cloud.skipper.support.PropertiesDiff.Builder
 
builder() - Static method in interface org.springframework.cloud.skipper.support.yaml.YamlConverter
Gets a default YamlConverter.Builder building a configured YamlConverter.

C

calculatePackageZipFile(PackageMetadata, File) - Static method in class org.springframework.cloud.skipper.io.PackageFileUtils
 
CancelRequest - Class in org.springframework.cloud.skipper.domain
This contains all the request attributes for cancel operation.
CancelRequest() - Constructor for class org.springframework.cloud.skipper.domain.CancelRequest
 
CancelRequest(String) - Constructor for class org.springframework.cloud.skipper.domain.CancelRequest
 
CancelResponse - Class in org.springframework.cloud.skipper.domain
This contains all the response attributes for cancel operation.
CancelResponse() - Constructor for class org.springframework.cloud.skipper.domain.CancelResponse
 
CancelResponse(Boolean) - Constructor for class org.springframework.cloud.skipper.domain.CancelResponse
 
canSupport(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationManifestReader
 
canSupport(String) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifestReader
 
CloudFoundryApplicationManifestReader - Class in org.springframework.cloud.skipper.domain
Deserializes using Jackson a String to the SpringCloudDeployerApplicationManifest class.
CloudFoundryApplicationManifestReader() - Constructor for class org.springframework.cloud.skipper.domain.CloudFoundryApplicationManifestReader
 
CloudFoundryApplicationSkipperManifest - Class in org.springframework.cloud.skipper.domain
This class is commonly referred to as 'the manifest', meaning the complete list of the application resource, properties, metadata and deployment properties.
CloudFoundryApplicationSkipperManifest() - Constructor for class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
CloudFoundryApplicationSpec - Class in org.springframework.cloud.skipper.domain
Specification to handle applications that can be deployed into Cloud Foundry platforms based on their CF manifest configuration.
CloudFoundryApplicationSpec() - Constructor for class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec
 
CloudFoundryApplicationSpec.HealthCheckType - Enum in org.springframework.cloud.skipper.domain
 
CloudFoundryApplicationSpec.Manifest - Class in org.springframework.cloud.skipper.domain
 
CommonProperties - Class in org.springframework.cloud.skipper.domain
Common property values shared between initial install and update requests.
CommonProperties() - Constructor for class org.springframework.cloud.skipper.domain.CommonProperties
 
ConfigurationMetadataPropertyEntity - Class in org.springframework.cloud.skipper.domain.deployer
This entity class is used to extend boot's ConfigurationMetadataProperty so that we can add our own constructor and not to explicitly import entity classes from boot.
ConfigurationMetadataPropertyEntity() - Constructor for class org.springframework.cloud.skipper.domain.deployer.ConfigurationMetadataPropertyEntity
 
ConfigurationMetadataPropertyEntity(ConfigurationMetadataProperty) - Constructor for class org.springframework.cloud.skipper.domain.deployer.ConfigurationMetadataPropertyEntity
 
ConfigValues - Class in org.springframework.cloud.skipper.domain
Configuration values for the deployment.
ConfigValues() - Constructor for class org.springframework.cloud.skipper.domain.ConfigValues
 
convert(Properties) - Static method in class org.springframework.cloud.skipper.support.DeploymentPropertiesUtils
Convert Properties to a Map with String keys and String values.
convert(String) - Static method in class org.springframework.cloud.skipper.support.DurationUtils
Converts a duration expression into Duration.
convert(String, ChronoUnit) - Static method in class org.springframework.cloud.skipper.support.DurationUtils
Converts a duration expression into Duration with a given ChronoUnit.
convert() - Method in class org.springframework.cloud.skipper.support.yaml.DefaultYamlConverter
 
convert() - Method in interface org.springframework.cloud.skipper.support.yaml.YamlConverter
Convert configured sources as a YamlConversionResult.
createNewInfo(String) - Static method in class org.springframework.cloud.skipper.domain.Info
Create a new Info instance with the given description, first deployed and last deployed dates set to the current date-time, and StatusCode.UNKNOWN.
createTempDirectory(String) - Static method in class org.springframework.cloud.skipper.io.TempFileUtils
 

D

DefaultBuilder() - Constructor for class org.springframework.cloud.skipper.support.yaml.DefaultYamlConverter.DefaultBuilder
 
DefaultPackageReader - Class in org.springframework.cloud.skipper.io
 
DefaultPackageReader() - Constructor for class org.springframework.cloud.skipper.io.DefaultPackageReader
 
DefaultPackageWriter - Class in org.springframework.cloud.skipper.io
 
DefaultPackageWriter() - Constructor for class org.springframework.cloud.skipper.io.DefaultPackageWriter
 
DefaultYamlConverter - Class in org.springframework.cloud.skipper.support.yaml
Default implementation of a YamlConverter.
DefaultYamlConverter(YamlConverter.Mode, ArrayList<Map<String, String>>, ArrayList<Properties>, ArrayList<File>, ArrayList<String>) - Constructor for class org.springframework.cloud.skipper.support.yaml.DefaultYamlConverter
Instantiates a new default yaml converter.
DefaultYamlConverter.DefaultBuilder - Class in org.springframework.cloud.skipper.support.yaml
Default implementation of a Builder building a DefaultYamlConverter.
DeleteProperties - Class in org.springframework.cloud.skipper.domain
 
DeleteProperties() - Constructor for class org.springframework.cloud.skipper.domain.DeleteProperties
 
Dependency - Class in org.springframework.cloud.skipper.domain
Holds dependency information of a libraries used by Spring Cloud Skipper.
Dependency() - Constructor for class org.springframework.cloud.skipper.domain.Dependency
Default constructor for serialization frameworks.
Dependency(String, String, String, String, String) - Constructor for class org.springframework.cloud.skipper.domain.Dependency
 
Deployer - Class in org.springframework.cloud.skipper.domain
 
Deployer(String, String, AppDeployer) - Constructor for class org.springframework.cloud.skipper.domain.Deployer
 
DEPLOYMENT_PROPERTIES_STRING - Static variable in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
DeploymentPropertiesUtils - Class in org.springframework.cloud.skipper.support
Provides utility methods for formatting and parsing deployment properties.
detect(String) - Static method in enum org.springframework.cloud.skipper.support.DurationStyle
Detect the style from the given source value.
detectAndParse(String) - Static method in enum org.springframework.cloud.skipper.support.DurationStyle
Detect the style then parse the value to return a duration.
detectAndParse(String, ChronoUnit) - Static method in enum org.springframework.cloud.skipper.support.DurationStyle
Detect the style then parse the value to return a duration.
DurationStyle - Enum in org.springframework.cloud.skipper.support
Copy from a Boot 2.x to support duration style formats while being on Boot 1.x.
DurationUtils - Class in org.springframework.cloud.skipper.support
DurationUtils together with DurationStyle is to support Boot 2.x style expressions while we're still staying on Boot 1.x.
DurationUtils() - Constructor for class org.springframework.cloud.skipper.support.DurationUtils
 

E

EMPTY - Static variable in class org.springframework.cloud.skipper.support.yaml.YamlConversionStatus
 
equals(Object) - Method in class org.springframework.cloud.skipper.domain.ConfigValues
 
equals(Object) - Method in class org.springframework.cloud.skipper.domain.DeleteProperties
 
equals(Object) - Method in class org.springframework.cloud.skipper.domain.Manifest
 
equals(Object) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
ERROR - Static variable in class org.springframework.cloud.skipper.support.yaml.YamlConversionStatus
 

F

file(File) - Method in class org.springframework.cloud.skipper.support.yaml.DefaultYamlConverter.DefaultBuilder
 
file(File) - Method in interface org.springframework.cloud.skipper.support.yaml.YamlConverter.Builder
Adds a File containing properties.
FileHolder - Class in org.springframework.cloud.skipper.domain
Holder object that contains file name and its content as byte[].
FileHolder() - Constructor for class org.springframework.cloud.skipper.domain.FileHolder
 
FileHolder(String, byte[]) - Constructor for class org.springframework.cloud.skipper.domain.FileHolder
 
flat(String) - Method in class org.springframework.cloud.skipper.support.yaml.DefaultYamlConverter.DefaultBuilder
 
flat(String) - Method in interface org.springframework.cloud.skipper.support.yaml.YamlConverter.Builder
Adds a keyspace regex pattern which forces flattening.
format(Map<String, String>) - Static method in class org.springframework.cloud.skipper.support.DeploymentPropertiesUtils
Returns a String representation of deployment properties as a comma separated list of key=value pairs.

G

getAccepted() - Method in class org.springframework.cloud.skipper.domain.CancelResponse
 
getAdded() - Method in class org.springframework.cloud.skipper.support.PropertiesDiff
Gets the added properties.
getApiAndKindDifference() - Method in class org.springframework.cloud.skipper.domain.deployer.ApplicationManifestDifference
 
getApiVersion() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
getApiVersion() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getApiVersion() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
getAppDeployer() - Method in class org.springframework.cloud.skipper.domain.Deployer
 
getApplicationName() - Method in class org.springframework.cloud.skipper.domain.deployer.ApplicationManifestDifference
 
getApplicationName() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
Return the value of the name property in the application's metadata.
getApplicationProperties() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
getApplicationPropertiesDifference() - Method in class org.springframework.cloud.skipper.domain.deployer.ApplicationManifestDifference
 
getAppNames() - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
getAppStatusList() - Method in class org.springframework.cloud.skipper.domain.Status
 
getAttributes() - Method in class org.springframework.cloud.skipper.domain.AppInstanceStatusImpl
 
getBuildpack() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getBytes() - Method in class org.springframework.cloud.skipper.domain.FileHolder
 
getChanged() - Method in class org.springframework.cloud.skipper.support.PropertiesDiff
Gets the changed properties.
getChangedApplicationNames() - Method in class org.springframework.cloud.skipper.domain.deployer.ReleaseDifference
 
getChecksumSha1() - Method in class org.springframework.cloud.skipper.domain.Dependency
Retrieve the current checksumSha1 for the Dependency
getChecksumSha256() - Method in class org.springframework.cloud.skipper.domain.Dependency
Retrieve the current checksumSha256 for the Dependency
getCommand() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getCommon() - Method in class org.springframework.cloud.skipper.support.PropertiesDiff
Gets the common properties.
getConfigValues() - Method in class org.springframework.cloud.skipper.domain.CommonProperties
 
getConfigValues() - Method in class org.springframework.cloud.skipper.domain.Package
 
getConfigValues() - Method in class org.springframework.cloud.skipper.domain.Release
 
getCount() - Method in class org.springframework.cloud.skipper.domain.ScaleRequest.ScaleRequestItem
 
getData() - Method in class org.springframework.cloud.skipper.domain.Manifest
 
getData() - Method in class org.springframework.cloud.skipper.domain.Template
 
getDeleted() - Method in class org.springframework.cloud.skipper.domain.Info
 
getDependencies() - Method in class org.springframework.cloud.skipper.domain.Package
 
getDeployers() - Method in class org.springframework.cloud.skipper.domain.Platform
 
getDeploymentProperties() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
getDeploymentPropertiesDifference() - Method in class org.springframework.cloud.skipper.domain.deployer.ApplicationManifestDifference
 
getDeploymentStateList() - Method in class org.springframework.cloud.skipper.domain.Status
 
getDescription() - Method in class org.springframework.cloud.skipper.domain.Deployer
 
getDescription() - Method in class org.springframework.cloud.skipper.domain.Info
 
getDescription() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getDescription() - Method in class org.springframework.cloud.skipper.domain.Repository
 
getDifferences() - Method in class org.springframework.cloud.skipper.domain.deployer.ReleaseDifference
 
getDiskQuota() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getDisplayName() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getDomains() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getEntries() - Method in class org.springframework.cloud.skipper.support.yaml.YamlConversionStatus
Gets the status entries.
getEnv() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getExtension() - Method in class org.springframework.cloud.skipper.domain.UploadRequest
 
getFileHolders() - Method in class org.springframework.cloud.skipper.domain.Package
 
getFirstDeployed() - Method in class org.springframework.cloud.skipper.domain.Info
 
getHealthCheckHttpEndpoint() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getHealthCheckType() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getHosts() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getIconUrl() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getId() - Method in class org.springframework.cloud.skipper.domain.AbstractEntity
 
getId() - Method in class org.springframework.cloud.skipper.domain.AppInstanceStatusImpl
 
getId() - Method in class org.springframework.cloud.skipper.domain.Deployer
 
getId() - Method in class org.springframework.cloud.skipper.domain.NonVersionedAbstractEntity
 
getInfo() - Method in class org.springframework.cloud.skipper.domain.Release
 
getInstallProperties() - Method in class org.springframework.cloud.skipper.domain.InstallRequest
 
getInstances() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getKind() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
getKind() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getKind() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
getLastDeployed() - Method in class org.springframework.cloud.skipper.domain.Info
 
getLogs() - Method in class org.springframework.cloud.skipper.domain.LogInfo
 
getMaintainer() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getManifest() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec
 
getManifest() - Method in class org.springframework.cloud.skipper.domain.Release
 
getMemory() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getMetadata() - Method in class org.springframework.cloud.skipper.domain.Package
 
getMetadata() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
getMetadataDifference() - Method in class org.springframework.cloud.skipper.domain.deployer.ApplicationManifestDifference
 
getName() - Method in class org.springframework.cloud.skipper.domain.Dependency
Retrieve the current name for the Dependency
getName() - Method in class org.springframework.cloud.skipper.domain.Deployer
 
getName() - Method in class org.springframework.cloud.skipper.domain.FileHolder
 
getName() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getName() - Method in class org.springframework.cloud.skipper.domain.Platform
 
getName() - Method in class org.springframework.cloud.skipper.domain.Release
 
getName() - Method in class org.springframework.cloud.skipper.domain.Repository
 
getName() - Method in class org.springframework.cloud.skipper.domain.ScaleRequest.ScaleRequestItem
 
getName() - Method in class org.springframework.cloud.skipper.domain.Template
 
getName() - Method in class org.springframework.cloud.skipper.domain.UploadRequest
 
getNoHostname() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getNoRoute() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getObjectVersion() - Method in class org.springframework.cloud.skipper.domain.AbstractEntity
 
getOptions() - Method in class org.springframework.cloud.skipper.domain.Deployer
 
getOrigin() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getOriginal() - Method in class org.springframework.cloud.skipper.support.PropertiesDiff.PropertyChange
Gets the original property value.
getPackageBytes() - Method in class org.springframework.cloud.skipper.domain.PackageFile
 
getPackageFile() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getPackageFileAsBytes() - Method in class org.springframework.cloud.skipper.domain.UploadRequest
 
getPackageHomeUrl() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getPackageIdentifier() - Method in class org.springframework.cloud.skipper.domain.InstallRequest
 
getPackageIdentifier() - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
getPackageMetadataId() - Method in class org.springframework.cloud.skipper.domain.Release
 
getPackageName() - Method in class org.springframework.cloud.skipper.domain.PackageIdentifier
 
getPackageSourceUrl() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getPackageVersion() - Method in class org.springframework.cloud.skipper.domain.PackageIdentifier
 
getPkg() - Method in class org.springframework.cloud.skipper.domain.Release
 
getPlatformName() - Method in class org.springframework.cloud.skipper.domain.InstallProperties
 
getPlatformName() - Method in class org.springframework.cloud.skipper.domain.Release
 
getPlatformStatus() - Method in class org.springframework.cloud.skipper.domain.Status
 
getPlatformStatusPrettyPrint() - Method in class org.springframework.cloud.skipper.domain.Status
 
getProperties() - Method in class org.springframework.cloud.skipper.domain.ScaleRequest.ScaleRequestItem
 
getRandomRoute() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getRaw() - Method in class org.springframework.cloud.skipper.domain.ConfigValues
 
getReleaseName() - Method in class org.springframework.cloud.skipper.domain.CancelRequest
 
getReleaseName() - Method in class org.springframework.cloud.skipper.domain.CommonProperties
 
getReleaseName() - Method in class org.springframework.cloud.skipper.domain.RollbackRequest
 
getReleaseName() - Method in exception org.springframework.cloud.skipper.ReleaseNotFoundException
Gets the release name.
getReleaseVersion() - Method in exception org.springframework.cloud.skipper.ReleaseNotFoundException
Gets the release version.
getRemoved() - Method in class org.springframework.cloud.skipper.support.PropertiesDiff
Gets the removed properties.
getReplaced() - Method in class org.springframework.cloud.skipper.support.PropertiesDiff.PropertyChange
Gets the replaced property value.
getRepoName() - Method in class org.springframework.cloud.skipper.domain.UploadRequest
 
getRepoOrder() - Method in class org.springframework.cloud.skipper.domain.Repository
 
getRepositoryId() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getRepositoryId() - Method in class org.springframework.cloud.skipper.domain.Release
 
getRepositoryName() - Method in class org.springframework.cloud.skipper.domain.PackageIdentifier
 
getRepositoryName() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getResource() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec
 
getResource() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
getResourceAndVersionDifference() - Method in class org.springframework.cloud.skipper.domain.deployer.ApplicationManifestDifference
 
getResourceMetadata() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
getScale() - Method in class org.springframework.cloud.skipper.domain.ScaleRequest
 
getServer() - Method in class org.springframework.cloud.skipper.domain.VersionInfo
Retrieves the current Dependency for the Skipper Server instance.
getServices() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getSeverity() - Method in class org.springframework.cloud.skipper.support.yaml.YamlConversionStatus
Gets the severity.
getSha256() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getShell() - Method in class org.springframework.cloud.skipper.domain.VersionInfo
Retrieves the current Dependency for the shell instance.
getSourceUrl() - Method in class org.springframework.cloud.skipper.domain.Repository
 
getSpec() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
getSpec() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
getStack() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getState() - Method in class org.springframework.cloud.skipper.domain.AppInstanceStatusImpl
 
getStatus() - Method in class org.springframework.cloud.skipper.domain.Info
 
getStatus() - Method in class org.springframework.cloud.skipper.support.yaml.YamlConversionResult
Gets the status.
getStatusCode() - Method in class org.springframework.cloud.skipper.domain.Status
 
getSupportedKinds() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationManifestReader
 
getSupportedKinds() - Method in interface org.springframework.cloud.skipper.domain.SkipperManifestReader
 
getSupportedKinds() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifestReader
 
getTags() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getTemplates() - Method in class org.springframework.cloud.skipper.domain.Package
 
getTimeout() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
getTimeout() - Method in class org.springframework.cloud.skipper.domain.RollbackRequest
 
getTimeout() - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
getType() - Method in class org.springframework.cloud.skipper.domain.Deployer
 
getUpgradeProperties() - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
getUrl() - Method in class org.springframework.cloud.skipper.domain.Dependency
Retrieve the current url for the Dependency
getUrl() - Method in class org.springframework.cloud.skipper.domain.Repository
 
getVersion() - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec
 
getVersion() - Method in class org.springframework.cloud.skipper.domain.Dependency
Retrieve the current version for the Dependency
getVersion() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
getVersion() - Method in class org.springframework.cloud.skipper.domain.Release
 
getVersion() - Method in class org.springframework.cloud.skipper.domain.RollbackRequest
 
getVersion() - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
getVersion() - Method in class org.springframework.cloud.skipper.domain.UploadRequest
 
getVersionInfo() - Method in class org.springframework.cloud.skipper.domain.AboutResource
 
getYaml() - Method in class org.springframework.cloud.skipper.support.yaml.YamlConversionResult
Gets the yaml.

H

hashCode() - Method in class org.springframework.cloud.skipper.domain.ConfigValues
 
hashCode() - Method in class org.springframework.cloud.skipper.domain.DeleteProperties
 
hashCode() - Method in class org.springframework.cloud.skipper.domain.Manifest
 
hashCode() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 

I

Info - Class in org.springframework.cloud.skipper.domain
Basic information about the package deployment operation.
Info() - Constructor for class org.springframework.cloud.skipper.domain.Info
 
InstallProperties - Class in org.springframework.cloud.skipper.domain
Properties for the package installation.
InstallProperties() - Constructor for class org.springframework.cloud.skipper.domain.InstallProperties
 
InstallRequest - Class in org.springframework.cloud.skipper.domain
InstallRequest contains request attributes for the package install operation.
InstallRequest() - Constructor for class org.springframework.cloud.skipper.domain.InstallRequest
 
isDeletePackage() - Method in class org.springframework.cloud.skipper.domain.DeleteProperties
 
isForce() - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
isLocal() - Method in class org.springframework.cloud.skipper.domain.Repository
 

K

KIND_STRING - Static variable in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
KIND_STRING - Static variable in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 

L

left(Map<String, String>) - Method in class org.springframework.cloud.skipper.support.PropertiesDiff.Builder
Adds a left hand side map.
LogInfo - Class in org.springframework.cloud.skipper.domain
Provides information about logs of a specific Release.
LogInfo() - Constructor for class org.springframework.cloud.skipper.domain.LogInfo
 
LogInfo(Map<String, String>) - Constructor for class org.springframework.cloud.skipper.domain.LogInfo
 

M

Manifest() - Constructor for class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
Manifest - Class in org.springframework.cloud.skipper.domain
 
Manifest() - Constructor for class org.springframework.cloud.skipper.domain.Manifest
 
map(Map<String, String>) - Method in class org.springframework.cloud.skipper.support.yaml.DefaultYamlConverter.DefaultBuilder
 
map(Map<String, String>) - Method in interface org.springframework.cloud.skipper.support.yaml.YamlConverter.Builder
Adds a Map of properties.
matcher(String) - Method in enum org.springframework.cloud.skipper.support.DurationStyle
 
matches(String) - Method in enum org.springframework.cloud.skipper.support.DurationStyle
 
METADATA_STRING - Static variable in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
METADATA_STRING - Static variable in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
mode(YamlConverter.Mode) - Method in class org.springframework.cloud.skipper.support.yaml.DefaultYamlConverter.DefaultBuilder
 
mode(YamlConverter.Mode) - Method in interface org.springframework.cloud.skipper.support.yaml.YamlConverter.Builder
Sets the used YamlConverter.Mode for a converter.

N

NonVersionedAbstractEntity - Class in org.springframework.cloud.skipper.domain
Base class for entity implementations that don't need optimistic locking.
NonVersionedAbstractEntity() - Constructor for class org.springframework.cloud.skipper.domain.NonVersionedAbstractEntity
 

O

of(String, Integer) - Static method in class org.springframework.cloud.skipper.domain.ScaleRequest
Create a ScaleRequest having one app with its count.
of(String, Integer, Map<String, String>) - Static method in class org.springframework.cloud.skipper.domain.ScaleRequest
Create a ScaleRequest having one app with its count and properties.
OK - Static variable in class org.springframework.cloud.skipper.support.yaml.YamlConversionStatus
 
org.springframework.cloud.skipper - package org.springframework.cloud.skipper
 
org.springframework.cloud.skipper.domain - package org.springframework.cloud.skipper.domain
Core domain classes for Skipper covering Packages, Releases, and Install/Upgrade Requests.
org.springframework.cloud.skipper.domain.deployer - package org.springframework.cloud.skipper.domain.deployer
Core domain classes for packages and manifests that related to the kind SpringCloudDeployerApplication.
org.springframework.cloud.skipper.io - package org.springframework.cloud.skipper.io
 
org.springframework.cloud.skipper.support - package org.springframework.cloud.skipper.support
 
org.springframework.cloud.skipper.support.yaml - package org.springframework.cloud.skipper.support.yaml
 

P

Package - Class in org.springframework.cloud.skipper.domain
Package is the installation unit that contains metadata, dependencies, configuration values and related attributes.
Package() - Constructor for class org.springframework.cloud.skipper.domain.Package
 
PackageDeleteException - Exception in org.springframework.cloud.skipper
Thrown if an attempt to alter a package still used by a deployed releases.
PackageDeleteException(String) - Constructor for exception org.springframework.cloud.skipper.PackageDeleteException
 
PackageDeleteException(String, Throwable) - Constructor for exception org.springframework.cloud.skipper.PackageDeleteException
 
PackageFile - Class in org.springframework.cloud.skipper.domain
Package zip file
PackageFile() - Constructor for class org.springframework.cloud.skipper.domain.PackageFile
 
PackageFile(byte[]) - Constructor for class org.springframework.cloud.skipper.domain.PackageFile
 
PackageFileUtils - Class in org.springframework.cloud.skipper.io
Package File methods used by Skipper.
PackageFileUtils() - Constructor for class org.springframework.cloud.skipper.io.PackageFileUtils
 
PackageIdentifier - Class in org.springframework.cloud.skipper.domain
The identifier that uniquely identifies a package.
PackageIdentifier() - Constructor for class org.springframework.cloud.skipper.domain.PackageIdentifier
 
PackageMetadata - Class in org.springframework.cloud.skipper.domain
Metadata for the Package.
PackageMetadata() - Constructor for class org.springframework.cloud.skipper.domain.PackageMetadata
 
PackageReader - Interface in org.springframework.cloud.skipper.io
 
PackageWriter - Interface in org.springframework.cloud.skipper.io
 
parse(String) - Static method in class org.springframework.cloud.skipper.support.DeploymentPropertiesUtils
Parses a String comprised of 0 or more comma-delimited key=value pairs where each key has the properties format(strings and dots).
parse(String) - Method in enum org.springframework.cloud.skipper.support.DurationStyle
Parse the given value to a duration.
parse(String, ChronoUnit) - Method in enum org.springframework.cloud.skipper.support.DurationStyle
Parse the given value to a duration.
parseParams(List<String>) - Static method in class org.springframework.cloud.skipper.support.DeploymentPropertiesUtils
Parses a list of command line parameters and returns a list of parameters which doesn't contain any special quoting either for values or whole parameter.
Platform - Class in org.springframework.cloud.skipper.domain
 
Platform(String, List<Deployer>) - Constructor for class org.springframework.cloud.skipper.domain.Platform
 
print(Duration) - Method in enum org.springframework.cloud.skipper.support.DurationStyle
Print the specified duration.
print(Duration, ChronoUnit) - Method in enum org.springframework.cloud.skipper.support.DurationStyle
Print the specified duration using the given unit.
properties(Properties) - Method in class org.springframework.cloud.skipper.support.yaml.DefaultYamlConverter.DefaultBuilder
 
properties(Properties) - Method in interface org.springframework.cloud.skipper.support.yaml.YamlConverter.Builder
Adds a plain Properties.
PropertiesDiff - Class in org.springframework.cloud.skipper.support
PropertiesDiff is an implementation to come up with a difference between two String based Maps.
PropertiesDiff.Builder - Class in org.springframework.cloud.skipper.support
Builder for PropertiesDiff.
PropertiesDiff.PropertyChange - Class in org.springframework.cloud.skipper.support
Class representing a change in a property.
PropertyChange(String, String) - Constructor for class org.springframework.cloud.skipper.support.PropertiesDiff.PropertyChange
Instantiates a new property change.

R

read(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationManifestReader
 
read(String) - Method in interface org.springframework.cloud.skipper.domain.SkipperManifestReader
 
read(String) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifestReader
 
read(File) - Method in class org.springframework.cloud.skipper.io.DefaultPackageReader
 
read(File) - Method in interface org.springframework.cloud.skipper.io.PackageReader
Reads the Package from the specified file
Release - Class in org.springframework.cloud.skipper.domain
The entity corresponds to Release of the package.
Release() - Constructor for class org.springframework.cloud.skipper.domain.Release
 
ReleaseDifference - Class in org.springframework.cloud.skipper.domain.deployer
Describes the difference between two releaes.
ReleaseDifference() - Constructor for class org.springframework.cloud.skipper.domain.deployer.ReleaseDifference
 
ReleaseNotFoundException - Exception in org.springframework.cloud.skipper
A SkipperException indicating a missing Skipper release.
ReleaseNotFoundException(String) - Constructor for exception org.springframework.cloud.skipper.ReleaseNotFoundException
Instantiates a new ReleaseNotFoundException.
ReleaseNotFoundException(String, int) - Constructor for exception org.springframework.cloud.skipper.ReleaseNotFoundException
Instantiates a new ReleaseNotFoundException.
ReleaseNotFoundException(String, Throwable) - Constructor for exception org.springframework.cloud.skipper.ReleaseNotFoundException
Instantiates a new ReleaseNotFoundException.
Repository - Class in org.springframework.cloud.skipper.domain
Repository for the packages.
Repository() - Constructor for class org.springframework.cloud.skipper.domain.Repository
 
right(Map<String, String>) - Method in class org.springframework.cloud.skipper.support.PropertiesDiff.Builder
Adds a right hand side map.
RollbackRequest - Class in org.springframework.cloud.skipper.domain
This contains all the request attributes for rollback operation.
RollbackRequest() - Constructor for class org.springframework.cloud.skipper.domain.RollbackRequest
 
RollbackRequest(String, Integer) - Constructor for class org.springframework.cloud.skipper.domain.RollbackRequest
 
RollbackRequest(String, Integer, Long) - Constructor for class org.springframework.cloud.skipper.domain.RollbackRequest
 

S

ScaleRequest - Class in org.springframework.cloud.skipper.domain
Payload in a scaling request.
ScaleRequest() - Constructor for class org.springframework.cloud.skipper.domain.ScaleRequest
 
ScaleRequest(List<ScaleRequest.ScaleRequestItem>) - Constructor for class org.springframework.cloud.skipper.domain.ScaleRequest
 
ScaleRequest.ScaleRequestItem - Class in org.springframework.cloud.skipper.domain
As ScaleRequest can contain multiple requests for multiple app, this class represents one of those.
ScaleRequestItem() - Constructor for class org.springframework.cloud.skipper.domain.ScaleRequest.ScaleRequestItem
 
ScaleRequestItem(String, Integer) - Constructor for class org.springframework.cloud.skipper.domain.ScaleRequest.ScaleRequestItem
 
ScaleRequestItem(String, Integer, Map<String, String>) - Constructor for class org.springframework.cloud.skipper.domain.ScaleRequest.ScaleRequestItem
 
setAccepted(Boolean) - Method in class org.springframework.cloud.skipper.domain.CancelResponse
 
setApiVersion(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
setApiVersion(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setApiVersion(String) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
setAppDeployer(AppDeployer) - Method in class org.springframework.cloud.skipper.domain.Deployer
 
setApplicationProperties(Map<String, String>) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
setAppNames(List<String>) - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
setBuildpack(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setChecksumSha1(String) - Method in class org.springframework.cloud.skipper.domain.Dependency
Establish the checksumSha1 for the Dependency.
setChecksumSha256(String) - Method in class org.springframework.cloud.skipper.domain.Dependency
Establish the checksumSha1256 for the Dependency.
setCommand(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setConfigValues(ConfigValues) - Method in class org.springframework.cloud.skipper.domain.CommonProperties
 
setConfigValues(ConfigValues) - Method in class org.springframework.cloud.skipper.domain.Package
 
setConfigValues(ConfigValues) - Method in class org.springframework.cloud.skipper.domain.Release
 
setCount(Integer) - Method in class org.springframework.cloud.skipper.domain.ScaleRequest.ScaleRequestItem
 
setData(String) - Method in class org.springframework.cloud.skipper.domain.Manifest
 
setData(String) - Method in class org.springframework.cloud.skipper.domain.Template
 
setDeleted(Date) - Method in class org.springframework.cloud.skipper.domain.Info
 
setDeletePackage(boolean) - Method in class org.springframework.cloud.skipper.domain.DeleteProperties
 
setDependencies(List<Package>) - Method in class org.springframework.cloud.skipper.domain.Package
 
setDeployers(List<Deployer>) - Method in class org.springframework.cloud.skipper.domain.Platform
 
setDeploymentProperties(Map<String, String>) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
setDescription(String) - Method in class org.springframework.cloud.skipper.domain.Deployer
 
setDescription(String) - Method in class org.springframework.cloud.skipper.domain.Info
 
setDescription(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setDescription(String) - Method in class org.springframework.cloud.skipper.domain.Repository
 
setDifferences(List<ApplicationManifestDifference>) - Method in class org.springframework.cloud.skipper.domain.deployer.ReleaseDifference
 
setDiskQuota(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setDisplayName(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setDomains(List<String>) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setEnv(Map<String, Object>) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setExtension(String) - Method in class org.springframework.cloud.skipper.domain.UploadRequest
 
setFileHolders(List<FileHolder>) - Method in class org.springframework.cloud.skipper.domain.Package
 
setFirstDeployed(Date) - Method in class org.springframework.cloud.skipper.domain.Info
 
setForce(boolean) - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
setHealthCheckHttpEndpoint(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setHealthCheckType(CloudFoundryApplicationSpec.HealthCheckType) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setHosts(List<String>) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setIconUrl(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setId(String) - Method in class org.springframework.cloud.skipper.domain.Deployer
 
setInfo(Info) - Method in class org.springframework.cloud.skipper.domain.Release
 
setInstallProperties(InstallProperties) - Method in class org.springframework.cloud.skipper.domain.InstallRequest
 
setInstances(Integer) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setKind(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
setKind(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setKind(String) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
setLastDeployed(Date) - Method in class org.springframework.cloud.skipper.domain.Info
 
setLocal(boolean) - Method in class org.springframework.cloud.skipper.domain.Repository
 
setLogs(Map<String, String>) - Method in class org.springframework.cloud.skipper.domain.LogInfo
 
setMaintainer(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setManifest(CloudFoundryApplicationSpec.Manifest) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec
 
setManifest(Manifest) - Method in class org.springframework.cloud.skipper.domain.Release
 
setMemory(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setMetadata(PackageMetadata) - Method in class org.springframework.cloud.skipper.domain.Package
 
setMetadata(Map<String, String>) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
setName(String) - Method in class org.springframework.cloud.skipper.domain.Dependency
Establish the name for the Dependency.
setName(String) - Method in class org.springframework.cloud.skipper.domain.Deployer
 
setName(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setName(String) - Method in class org.springframework.cloud.skipper.domain.Platform
 
setName(String) - Method in class org.springframework.cloud.skipper.domain.Release
 
setName(String) - Method in class org.springframework.cloud.skipper.domain.Repository
 
setName(String) - Method in class org.springframework.cloud.skipper.domain.ScaleRequest.ScaleRequestItem
 
setName(String) - Method in class org.springframework.cloud.skipper.domain.Template
 
setName(String) - Method in class org.springframework.cloud.skipper.domain.UploadRequest
 
setNoHostname(Boolean) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setNoRoute(Boolean) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setOptions(List<ConfigurationMetadataPropertyEntity>) - Method in class org.springframework.cloud.skipper.domain.Deployer
 
setOrigin(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setPackageBytes(byte[]) - Method in class org.springframework.cloud.skipper.domain.PackageFile
 
setPackageFile(PackageFile) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setPackageFileAsBytes(byte[]) - Method in class org.springframework.cloud.skipper.domain.UploadRequest
 
setPackageHomeUrl(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setPackageIdentifier(PackageIdentifier) - Method in class org.springframework.cloud.skipper.domain.InstallRequest
 
setPackageIdentifier(PackageIdentifier) - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
setPackageMetadataId(Long) - Method in class org.springframework.cloud.skipper.domain.Release
 
setPackageName(String) - Method in class org.springframework.cloud.skipper.domain.PackageIdentifier
 
setPackageSourceUrl(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setPackageVersion(String) - Method in class org.springframework.cloud.skipper.domain.PackageIdentifier
 
setPkg(Package) - Method in class org.springframework.cloud.skipper.domain.Release
 
setPlatformName(String) - Method in class org.springframework.cloud.skipper.domain.InstallProperties
 
setPlatformName(String) - Method in class org.springframework.cloud.skipper.domain.Release
 
setPlatformStatus(String) - Method in class org.springframework.cloud.skipper.domain.Status
 
setPlatformStatusAsAppStatusList(List<AppStatus>) - Method in class org.springframework.cloud.skipper.domain.Status
 
setProperties(Map<String, String>) - Method in class org.springframework.cloud.skipper.domain.ScaleRequest.ScaleRequestItem
 
setRandomRoute(Boolean) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setRaw(String) - Method in class org.springframework.cloud.skipper.domain.ConfigValues
 
setReleaseName(String) - Method in class org.springframework.cloud.skipper.domain.CancelRequest
 
setReleaseName(String) - Method in class org.springframework.cloud.skipper.domain.CommonProperties
 
setReleaseName(String) - Method in class org.springframework.cloud.skipper.domain.RollbackRequest
 
setRepoName(String) - Method in class org.springframework.cloud.skipper.domain.UploadRequest
 
setRepoOrder(Integer) - Method in class org.springframework.cloud.skipper.domain.Repository
 
setRepositoryId(Long) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setRepositoryId(Long) - Method in class org.springframework.cloud.skipper.domain.Release
 
setRepositoryName(String) - Method in class org.springframework.cloud.skipper.domain.PackageIdentifier
 
setRepositoryName(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setResource(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec
 
setResource(String) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
setResourceMetadata(String) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
setScale(List<ScaleRequest.ScaleRequestItem>) - Method in class org.springframework.cloud.skipper.domain.ScaleRequest
 
setServer(Dependency) - Method in class org.springframework.cloud.skipper.domain.VersionInfo
Establish the Dependency for the Skipper server.
setServices(List<String>) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setSha256(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setShell(Dependency) - Method in class org.springframework.cloud.skipper.domain.VersionInfo
Establish the Dependency for the shell.
setSourceUrl(String) - Method in class org.springframework.cloud.skipper.domain.Repository
 
setSpec(CloudFoundryApplicationSpec) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
setSpec(SpringCloudDeployerApplicationSpec) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
setStack(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setStatus(Status) - Method in class org.springframework.cloud.skipper.domain.Info
 
setStatusCode(StatusCode) - Method in class org.springframework.cloud.skipper.domain.Status
 
setTags(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setTemplates(List<Template>) - Method in class org.springframework.cloud.skipper.domain.Package
 
setTimeout(Integer) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.Manifest
 
setTimeout(Long) - Method in class org.springframework.cloud.skipper.domain.RollbackRequest
 
setTimeout(Long) - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
setType(String) - Method in class org.springframework.cloud.skipper.domain.Deployer
 
setUpgradeProperties(UpgradeProperties) - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
setUrl(String) - Method in class org.springframework.cloud.skipper.domain.Dependency
Establish the url for the Dependency.
setUrl(String) - Method in class org.springframework.cloud.skipper.domain.Repository
 
setVersion(String) - Method in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec
 
setVersion(String) - Method in class org.springframework.cloud.skipper.domain.Dependency
Establish the version for the Dependency.
setVersion(String) - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
setVersion(int) - Method in class org.springframework.cloud.skipper.domain.Release
 
setVersion(Integer) - Method in class org.springframework.cloud.skipper.domain.RollbackRequest
 
setVersion(String) - Method in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
setVersion(String) - Method in class org.springframework.cloud.skipper.domain.UploadRequest
 
setVersionInfo(VersionInfo) - Method in class org.springframework.cloud.skipper.domain.AboutResource
 
SkipperException - Exception in org.springframework.cloud.skipper
Generic exception indicating a problem in components interacting with Skipper.
SkipperException(String) - Constructor for exception org.springframework.cloud.skipper.SkipperException
Instantiates a new SkipperException.
SkipperException(String, Throwable) - Constructor for exception org.springframework.cloud.skipper.SkipperException
Instantiates a new SkipperException.
SkipperManifestKind - Enum in org.springframework.cloud.skipper.domain
 
SkipperManifestReader - Interface in org.springframework.cloud.skipper.domain
 
spec - Variable in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
spec - Variable in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
SPEC_STRING - Static variable in class org.springframework.cloud.skipper.domain.CloudFoundryApplicationSkipperManifest
 
SPEC_STRING - Static variable in class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
SpringCloudDeployerApplicationManifest - Class in org.springframework.cloud.skipper.domain
A kubernetes resource style representation of a Spring Boot application that will be deployed using the Spring Cloud Deployer API.
SpringCloudDeployerApplicationManifest() - Constructor for class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifest
 
SpringCloudDeployerApplicationManifestReader - Class in org.springframework.cloud.skipper.domain
Deserializes using Jackson a String to the SpringCloudDeployerApplicationManifest class.
SpringCloudDeployerApplicationManifestReader() - Constructor for class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationManifestReader
 
SpringCloudDeployerApplicationSpec - Class in org.springframework.cloud.skipper.domain
Specification to handle applications that can be deployed into target platforms based on their Spring Cloud Deployer implementations.
SpringCloudDeployerApplicationSpec() - Constructor for class org.springframework.cloud.skipper.domain.SpringCloudDeployerApplicationSpec
 
Status - Class in org.springframework.cloud.skipper.domain
Status contains release's status from the release management platform and the corresponding deployment platform status.
Status() - Constructor for class org.springframework.cloud.skipper.domain.Status
 
StatusCode - Enum in org.springframework.cloud.skipper.domain
Release's status code definition

T

TempFileUtils - Class in org.springframework.cloud.skipper.io
 
TempFileUtils() - Constructor for class org.springframework.cloud.skipper.io.TempFileUtils
 
Template - Class in org.springframework.cloud.skipper.domain
Template represents a template file as a name/value pair.
Template() - Constructor for class org.springframework.cloud.skipper.domain.Template
 
toString() - Method in class org.springframework.cloud.skipper.domain.AboutResource
 
toString() - Method in class org.springframework.cloud.skipper.domain.CancelRequest
 
toString() - Method in class org.springframework.cloud.skipper.domain.CancelResponse
 
toString() - Method in class org.springframework.cloud.skipper.domain.DeleteProperties
 
toString() - Method in class org.springframework.cloud.skipper.domain.PackageIdentifier
 
toString() - Method in class org.springframework.cloud.skipper.domain.PackageMetadata
 
toString() - Method in class org.springframework.cloud.skipper.domain.Repository
 
toString() - Method in class org.springframework.cloud.skipper.domain.RollbackRequest
 
toString() - Method in class org.springframework.cloud.skipper.domain.ScaleRequest.ScaleRequestItem
 
toString() - Method in class org.springframework.cloud.skipper.domain.ScaleRequest
 
toString() - Method in class org.springframework.cloud.skipper.domain.Status
 
toString() - Method in class org.springframework.cloud.skipper.domain.UpgradeRequest
 
toString() - Method in class org.springframework.cloud.skipper.support.PropertiesDiff.PropertyChange
 
toString() - Method in class org.springframework.cloud.skipper.support.PropertiesDiff
 

U

UpgradeProperties - Class in org.springframework.cloud.skipper.domain
Properties for upgrade operation.
UpgradeProperties() - Constructor for class org.springframework.cloud.skipper.domain.UpgradeProperties
 
UpgradeRequest - Class in org.springframework.cloud.skipper.domain
This contains all the request attributes for upgrade operation.
UpgradeRequest() - Constructor for class org.springframework.cloud.skipper.domain.UpgradeRequest
 
UploadRequest - Class in org.springframework.cloud.skipper.domain
This contains all the request attributes for upload of a package.
UploadRequest() - Constructor for class org.springframework.cloud.skipper.domain.UploadRequest
 

V

valueOf(String) - Static method in enum org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.HealthCheckType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.skipper.domain.SkipperManifestKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.skipper.domain.StatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.skipper.support.DurationStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.skipper.support.yaml.YamlConverter.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.skipper.domain.CloudFoundryApplicationSpec.HealthCheckType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.skipper.domain.SkipperManifestKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.skipper.domain.StatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.skipper.support.DurationStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.skipper.support.yaml.YamlConverter.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
VersionInfo - Class in org.springframework.cloud.skipper.domain
Provides version information about core libraries used.
VersionInfo() - Constructor for class org.springframework.cloud.skipper.domain.VersionInfo
Default constructor for serialization frameworks.

W

WARNING - Static variable in class org.springframework.cloud.skipper.support.yaml.YamlConversionStatus
 
write(Package, File) - Method in class org.springframework.cloud.skipper.io.DefaultPackageWriter
 
write(Package, File) - Method in interface org.springframework.cloud.skipper.io.PackageWriter
Writes the package to the specified directory.

Y

YamlConversionResult - Class in org.springframework.cloud.skipper.support.yaml
YamlConversionResult is a result returned by YamlConverter and contains actual YAML and conversion status.
YamlConversionStatus - Class in org.springframework.cloud.skipper.support.yaml
YamlConversionStatus keeps more information around for status of a conversion.
YamlConversionStatus() - Constructor for class org.springframework.cloud.skipper.support.yaml.YamlConversionStatus
 
YamlConverter - Interface in org.springframework.cloud.skipper.support.yaml
Interface able to convert a various sources into YAML.
YamlConverter.Builder - Interface in org.springframework.cloud.skipper.support.yaml
Interface for building a YamlConverter.
YamlConverter.Mode - Enum in org.springframework.cloud.skipper.support.yaml
Enumeration of a converter mode.
A B C D E F G H I K L M N O P R S T U V W Y 
Skip navigation links

Copyright © 2021 Pivotal Software, Inc.. All rights reserved.