- findAllByOrderByRepoOrderDesc() - Method in interface org.springframework.cloud.skipper.server.repository.RepositoryRepository
-
Get all the repositories with their repository order in descending order.
- findByName(String) - Method in interface org.springframework.cloud.skipper.server.repository.DeployerRepository
-
- findByName(String) - Method in interface org.springframework.cloud.skipper.server.repository.PackageMetadataRepository
-
- findByName(String) - Method in interface org.springframework.cloud.skipper.server.repository.RepositoryRepository
-
- findByNameAndOptionalVersionRequired(String, String) - Method in interface org.springframework.cloud.skipper.server.repository.PackageMetadataRepositoryCustom
-
Find the PackageMetadata
given the package name and version.
- findByNameAndOptionalVersionRequired(String, String) - Method in class org.springframework.cloud.skipper.server.repository.PackageMetadataRepositoryImpl
-
- findByNameAndVersion(String, int) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepositoryCustom
-
Find the release for the given release name and version
- findByNameAndVersion(String, int) - Method in class org.springframework.cloud.skipper.server.repository.ReleaseRepositoryImpl
-
- findByNameAndVersionBetweenOrderByNameAscVersionDesc(String, int, int) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepository
-
- findByNameAndVersionByMaxRepoOrder(String, String) - Method in interface org.springframework.cloud.skipper.server.repository.PackageMetadataRepositoryCustom
-
Find the PackageMetadata
with the given name, version and also from the
repository that has the highest order set.
- findByNameAndVersionByMaxRepoOrder(String, String) - Method in class org.springframework.cloud.skipper.server.repository.PackageMetadataRepositoryImpl
-
- findByNameAndVersionOrderByApiVersionDesc(String, String) - Method in interface org.springframework.cloud.skipper.server.repository.PackageMetadataRepository
-
- findByNameContainingIgnoreCase(String) - Method in interface org.springframework.cloud.skipper.server.repository.PackageMetadataRepository
-
- findByNameIgnoreCaseContaining(String) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepository
-
- findByNameIgnoreCaseContainingOrderByNameAscVersionDesc(String) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepository
-
- findByNameOrderByVersionDesc(String) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepository
-
- findByNameRequired(String) - Method in interface org.springframework.cloud.skipper.server.repository.DeployerRepositoryCustom
-
Performs a findByName query and throws an exception if the name is not found.
- findByNameRequired(String) - Method in class org.springframework.cloud.skipper.server.repository.DeployerRepositoryImpl
-
- findByNameRequired(String) - Method in interface org.springframework.cloud.skipper.server.repository.PackageMetadataRepositoryCustom
-
Find the list of PackageMetadata
by the given package name.
- findByNameRequired(String) - Method in class org.springframework.cloud.skipper.server.repository.PackageMetadataRepositoryImpl
-
- findByReleaseNameAndReleaseVersion(String, Integer) - Method in interface org.springframework.cloud.skipper.server.repository.AppDeployerDataRepository
-
- findByReleaseNameAndReleaseVersionRequired(String, Integer) - Method in interface org.springframework.cloud.skipper.server.repository.AppDeployerDataRepositoryCustom
-
- findByReleaseNameAndReleaseVersionRequired(String, Integer) - Method in class org.springframework.cloud.skipper.server.repository.AppDeployerDataRepositoryImpl
-
- findByRepositoryIdAndNameAndVersion(Long, String, String) - Method in interface org.springframework.cloud.skipper.server.repository.PackageMetadataRepository
-
- findFirstByNameOrderByVersionDesc(String) - Method in interface org.springframework.cloud.skipper.server.repository.PackageMetadataRepository
-
- findLatestDeployedOrFailed(String) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepositoryCustom
-
Find the latest status (deployed or failed) of the release, by the name.
- findLatestDeployedOrFailed() - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepositoryCustom
-
Find the latest status (deployed or failed) of all the releases.
- findLatestDeployedOrFailed(String) - Method in class org.springframework.cloud.skipper.server.repository.ReleaseRepositoryImpl
-
- findLatestDeployedOrFailed() - Method in class org.springframework.cloud.skipper.server.repository.ReleaseRepositoryImpl
-
- findLatestDeployedRelease(String) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepositoryCustom
-
Find the latest in time, release object, by name and with the deployed status.
- findLatestDeployedRelease(String) - Method in class org.springframework.cloud.skipper.server.repository.ReleaseRepositoryImpl
-
- findLatestRelease(String) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepositoryCustom
-
Find the latest in time, release object, by name.
- findLatestRelease(String) - Method in class org.springframework.cloud.skipper.server.repository.ReleaseRepositoryImpl
-
- findLatestReleaseForUpdate(String) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepositoryCustom
-
Find the latest in time, release object, by name whose status is neither unknown nor failed.
- findLatestReleaseForUpdate(String) - Method in class org.springframework.cloud.skipper.server.repository.ReleaseRepositoryImpl
-
- findLatestReleaseIfDeleted(String) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepositoryCustom
-
Return the release by the given name if the most recent status of the release is
StatusCode.DELETED
.
- findLatestReleaseIfDeleted(String) - Method in class org.springframework.cloud.skipper.server.repository.ReleaseRepositoryImpl
-
- findReleaseRevisions(String, int) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepositoryCustom
-
Find the revisions of the release, by name.
- findReleaseRevisions(String, int) - Method in class org.springframework.cloud.skipper.server.repository.ReleaseRepositoryImpl
-
- findReleaseToRollback(String) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepositoryCustom
-
Find the release to rollback from the existing version.
- findReleaseToRollback(String) - Method in class org.springframework.cloud.skipper.server.repository.ReleaseRepositoryImpl
-
- findTopByNameOrderByVersionDesc(String) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepository
-
- fromKey(String) - Static method in enum org.springframework.cloud.skipper.shell.command.support.DeploymentStateDisplay
-
- save(Deployer) - Method in interface org.springframework.cloud.skipper.server.repository.DeployerRepository
-
- save(Release) - Method in interface org.springframework.cloud.skipper.server.repository.ReleaseRepository
-
- search(String, boolean) - Method in class org.springframework.cloud.skipper.client.DefaultSkipperClient
-
- search(String, boolean) - Method in interface org.springframework.cloud.skipper.client.SkipperClient
-
Search for package metadata.
- search(String, boolean) - Method in class org.springframework.cloud.skipper.shell.command.SkipperCommands
-
- SecurityInfoResource - Class in org.springframework.cloud.skipper.client.util
-
Provides security related meta-information.
- SecurityInfoResource() - Constructor for class org.springframework.cloud.skipper.client.util.SecurityInfoResource
-
Default constructor for serialization frameworks.
- setAccounts(Map<String, CloudFoundryPlatformProperties.CloudFoundryProperties>) - Method in class org.springframework.cloud.skipper.server.config.CloudFoundryPlatformProperties
-
- setAccounts(Map<String, KubernetesDeployerProperties>) - Method in class org.springframework.cloud.skipper.server.config.KubernetesPlatformProperties
-
- setAccounts(Map<String, LocalDeployerProperties>) - Method in class org.springframework.cloud.skipper.server.config.LocalPlatformProperties
-
- setApiVersion(String) - Method in class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationManifest
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.cloud.skipper.shell.command.support.TargetHolder
-
- setApplicationProperties(Map<String, String>) - Method in class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationSpec
-
- setAuthenticated(boolean) - Method in class org.springframework.cloud.skipper.client.util.SecurityInfoResource
-
- setAuthenticated(boolean) - Method in class org.springframework.cloud.skipper.shell.command.support.Target
-
- setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.skipper.client.util.SecurityInfoResource
-
- setAuthenticationEnabled(boolean) - Method in class org.springframework.cloud.skipper.shell.command.support.Target
-
- setAuthorizationEnabled(boolean) - Method in class org.springframework.cloud.skipper.client.util.SecurityInfoResource
-
- setAuthorizationEnabled(boolean) - Method in class org.springframework.cloud.skipper.shell.command.support.Target
-
- setConnection(CloudFoundryConnectionProperties) - Method in class org.springframework.cloud.skipper.server.config.CloudFoundryPlatformProperties.CloudFoundryProperties
-
- setCredentialsProviderCommand(String) - Method in class org.springframework.cloud.skipper.client.SkipperClientProperties
-
- setDeployment(CloudFoundryDeploymentProperties) - Method in class org.springframework.cloud.skipper.server.config.CloudFoundryPlatformProperties.CloudFoundryProperties
-
- setDeploymentData(String) - Method in class org.springframework.cloud.skipper.server.domain.AppDeployerData
-
- setDeploymentDataUsingMap(Map<String, String>) - Method in class org.springframework.cloud.skipper.server.domain.AppDeployerData
-
- setDeploymentProperties(Map<String, String>) - Method in class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationSpec
-
- setEnableLocalPlatform(boolean) - Method in class org.springframework.cloud.skipper.server.config.SkipperServerProperties
-
- setEnableReleaseStateUpdateService(boolean) - Method in class org.springframework.cloud.skipper.server.config.SkipperServerProperties
-
- setFormLogin(boolean) - Method in class org.springframework.cloud.skipper.client.util.SecurityInfoResource
-
- setFreeDiskSpacePercentage(int) - Method in class org.springframework.cloud.skipper.server.config.SkipperServerProperties
-
- setKind(String) - Method in class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationManifest
-
- setMetadata(Map<String, String>) - Method in class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationManifest
-
- setPackageRepositories(List<Repository>) - Method in class org.springframework.cloud.skipper.server.config.SkipperServerProperties
-
- setPassword(String) - Method in class org.springframework.cloud.skipper.client.SkipperClientProperties
-
- setReleaseName(String) - Method in class org.springframework.cloud.skipper.server.domain.AppDeployerData
-
- setReleaseVersion(Integer) - Method in class org.springframework.cloud.skipper.server.domain.AppDeployerData
-
- setResource(String) - Method in class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationSpec
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.skipper.server.service.PackageMetadataService
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.skipper.server.service.PackageService
-
- setRoles(List<String>) - Method in class org.springframework.cloud.skipper.client.util.SecurityInfoResource
-
- setSkipSllValidation(boolean) - Method in class org.springframework.cloud.skipper.client.SkipperClientProperties
-
- setSleepInMillis(long) - Method in class org.springframework.cloud.skipper.server.deployer.strategies.HealthCheckProperties
-
- setSpec(SpringCloudDeployerApplicationSpec) - Method in class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationManifest
-
- setSynchonizeIndexOnContextRefresh(boolean) - Method in class org.springframework.cloud.skipper.server.config.SkipperServerProperties
-
- setTargetCredentials(TargetCredentials) - Method in class org.springframework.cloud.skipper.shell.command.support.Target
-
- setTargetException(Exception) - Method in class org.springframework.cloud.skipper.shell.command.support.Target
-
Sets the exception in case an error occurred during targeting.
- setTargetResultMessage(String) - Method in class org.springframework.cloud.skipper.shell.command.support.Target
-
Set the result messages indicating the success or failure while targeting the Spring XD
Admin Server.
- setTimeoutInMillis(long) - Method in class org.springframework.cloud.skipper.server.deployer.strategies.HealthCheckProperties
-
- setUri(String) - Method in class org.springframework.cloud.skipper.client.SkipperClientProperties
-
- setUsername(String) - Method in class org.springframework.cloud.skipper.client.SkipperClientProperties
-
- setUsername(String) - Method in class org.springframework.cloud.skipper.client.util.SecurityInfoResource
-
- setVersion(String) - Method in class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationSpec
-
- ShellApplication - Class in org.springframework.cloud.skipper.shell
-
Bootstrap class for spring shell.
- ShellApplication() - Constructor for class org.springframework.cloud.skipper.shell.ShellApplication
-
- ShellConfiguration - Class in org.springframework.cloud.skipper.shell.config
-
Configures the various commands that are part of the default Spring Shell experience.
- ShellConfiguration() - Constructor for class org.springframework.cloud.skipper.shell.config.ShellConfiguration
-
- SimpleRedBlackUpgradeStrategy - Class in org.springframework.cloud.skipper.server.deployer.strategies
-
A simple approach to deploying a new application.
- SimpleRedBlackUpgradeStrategy(HealthCheckStep, HandleHealthCheckStep, DeployAppStep) - Constructor for class org.springframework.cloud.skipper.server.deployer.strategies.SimpleRedBlackUpgradeStrategy
-
- SKIPPER_EXECUTOR - Static variable in class org.springframework.cloud.skipper.server.config.SkipperServerConfiguration
-
- SkipperClient - Interface in org.springframework.cloud.skipper.client
-
The main client side interface to communicate with the Skipper Server.
- skipperClient(SkipperClientProperties, RestTemplate) - Method in class org.springframework.cloud.skipper.client.SkipperClientConfiguration
-
- skipperClient - Variable in class org.springframework.cloud.skipper.shell.command.AbstractSkipperCommand
-
- SkipperClientConfiguration - Class in org.springframework.cloud.skipper.client
-
Client's configuration class.
- SkipperClientConfiguration() - Constructor for class org.springframework.cloud.skipper.client.SkipperClientConfiguration
-
- SkipperClientProperties - Class in org.springframework.cloud.skipper.client
-
Configuration properties for making a connection to the Skipper server.
- SkipperClientProperties() - Constructor for class org.springframework.cloud.skipper.client.SkipperClientProperties
-
- SkipperClientResponseErrorHandler - Class in org.springframework.cloud.skipper.client
-
A ResponseErrorHandler
used in client's RestTemplate to throw
various exceptions.
- SkipperClientResponseErrorHandler(ObjectMapper) - Constructor for class org.springframework.cloud.skipper.client.SkipperClientResponseErrorHandler
-
Instantiates a new skipper client response error handler.
- SkipperClientUpdatedEvent - Class in org.springframework.cloud.skipper.shell.command.support
-
- SkipperClientUpdatedEvent(SkipperClient) - Constructor for class org.springframework.cloud.skipper.shell.command.support.SkipperClientUpdatedEvent
-
- SkipperCommands - Class in org.springframework.cloud.skipper.shell.command
-
The main skipper commands that deal with packages and releases.
- SkipperCommands(SkipperClient) - Constructor for class org.springframework.cloud.skipper.shell.command.SkipperCommands
-
- skipperController(ReleaseService, PackageService) - Method in class org.springframework.cloud.skipper.server.config.SkipperServerConfiguration
-
- SkipperController - Class in org.springframework.cloud.skipper.server.controller
-
REST controller for Skipper server related operations such as install, upgrade, delete,
and rollback.
- SkipperController(ReleaseService, PackageService) - Constructor for class org.springframework.cloud.skipper.server.controller.SkipperController
-
- skipperControllerResourceProcessor() - Method in class org.springframework.cloud.skipper.server.config.SkipperServerConfiguration
-
- SkipperControllerResourceProcessor - Class in org.springframework.cloud.skipper.server.index
-
- SkipperControllerResourceProcessor() - Constructor for class org.springframework.cloud.skipper.server.index.SkipperControllerResourceProcessor
-
- SkipperErrorAttributes - Class in org.springframework.cloud.skipper.server.controller
-
Custom ErrorAttributes
adding skipper specific fields for its own errors.
- SkipperErrorAttributes() - Constructor for class org.springframework.cloud.skipper.server.controller.SkipperErrorAttributes
-
- SkipperPromptProvider - Class in org.springframework.cloud.skipper.shell.config
-
A provider that sets the shell prompt to 'skipper' if the server is available,
'server-unknown' otherwise.
- SkipperPromptProvider() - Constructor for class org.springframework.cloud.skipper.shell.config.SkipperPromptProvider
-
- SkipperServerApplication - Class in org.springframework.cloud.skipper.server.app
-
- SkipperServerApplication() - Constructor for class org.springframework.cloud.skipper.server.app.SkipperServerApplication
-
- SkipperServerAutoConfiguration - Class in org.springframework.cloud.skipper.server.config
-
Auto-configuration for skipper server.
- SkipperServerAutoConfiguration() - Constructor for class org.springframework.cloud.skipper.server.config.SkipperServerAutoConfiguration
-
- SkipperServerConfiguration - Class in org.springframework.cloud.skipper.server.config
-
Main configuration class for the server.
- SkipperServerConfiguration() - Constructor for class org.springframework.cloud.skipper.server.config.SkipperServerConfiguration
-
- SkipperServerException - Exception in org.springframework.cloud.skipper.client
-
A Java exception thrown when the server returns unexpected data.
- SkipperServerException(String) - Constructor for exception org.springframework.cloud.skipper.client.SkipperServerException
-
- SkipperServerException(String, Exception) - Constructor for exception org.springframework.cloud.skipper.client.SkipperServerException
-
- SkipperServerProperties - Class in org.springframework.cloud.skipper.server.config
-
Configurable properties of the server.
- SkipperServerProperties() - Constructor for class org.springframework.cloud.skipper.server.config.SkipperServerProperties
-
- skipTlsCertificateVerification() - Method in class org.springframework.cloud.skipper.client.util.HttpClientConfigurer
-
- skipTlsCertificateVerification(boolean) - Method in class org.springframework.cloud.skipper.client.util.HttpClientConfigurer
-
- spec - Variable in class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationManifest
-
- SPEC_STRING - Static variable in class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationManifest
-
- SPRING_CLOUD_DEPLOYER_COUNT - Static variable in class org.springframework.cloud.skipper.server.deployer.AppDeployerReleaseManager
-
- SpringCloudDeployerApplicationManifest - Class in org.springframework.cloud.skipper.server.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.server.domain.SpringCloudDeployerApplicationManifest
-
- SpringCloudDeployerApplicationManifestReader - Class in org.springframework.cloud.skipper.server.domain
-
Deserializes using Jackson a String to the SpringCloudDeployerApplicationManifest
class.
- SpringCloudDeployerApplicationManifestReader() - Constructor for class org.springframework.cloud.skipper.server.domain.SpringCloudDeployerApplicationManifestReader
-
- SpringCloudDeployerApplicationSpec - Class in org.springframework.cloud.skipper.server.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.server.domain.SpringCloudDeployerApplicationSpec
-
- status(String) - Method in class org.springframework.cloud.skipper.client.DefaultSkipperClient
-
- status(String, int) - Method in class org.springframework.cloud.skipper.client.DefaultSkipperClient
-
- status(String) - Method in interface org.springframework.cloud.skipper.client.SkipperClient
-
Return a status info of a last known release.
- status(String, int) - Method in interface org.springframework.cloud.skipper.client.SkipperClient
-
Return a status info of a release version.
- status(String) - Method in class org.springframework.cloud.skipper.server.controller.SkipperController
-
- status(String, int) - Method in class org.springframework.cloud.skipper.server.controller.SkipperController
-
- status(Release) - Method in class org.springframework.cloud.skipper.server.deployer.AppDeployerReleaseManager
-
- status(Release) - Method in interface org.springframework.cloud.skipper.server.deployer.ReleaseManager
-
Get the status of the release, by querying the database.
- status(String) - Method in class org.springframework.cloud.skipper.server.service.ReleaseService
-
Return the current status of the release
- status(String, Integer) - Method in class org.springframework.cloud.skipper.server.service.ReleaseService
-
Return the current status of the release given the release and version.
- status(String, Integer) - Method in class org.springframework.cloud.skipper.shell.command.SkipperCommands
-