- 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
-
- 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
-
- 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.
- 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.