T
- The type to hold the eventsS
- The type to store the eventspublic interface DeploymentEventsStore<T,S>
Modifier and Type | Method and Description |
---|---|
S |
getSource(Target target)
Provides access to the underlaying storage object
|
T |
loadDeploymentEvents(Target target)
Loads the deployment events for the given target.
|
void |
saveDeploymentEvents(Target target,
T deploymentEvents)
Saves the deployment events for the given target.
|
T loadDeploymentEvents(Target target) throws DeployerException
target
- the targetDeployerException
- if there is any error loading the deployment eventsvoid saveDeploymentEvents(Target target, T deploymentEvents) throws DeployerException
target
- the targetdeploymentEvents
- the new deployment eventsDeployerException
- if there is any error saving the deployment eventsCopyright © 2023. All rights reserved.