public class JobDeployer extends AbstractDeployer<JobDefinition>
definitionKind| Constructor and Description |
|---|
JobDeployer(JobDefinitionRepository repository,
DeploymentMessageSender messageSender,
XDParser parser) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String name)
Delete the Definition using the provided name.
|
void |
deleteAll()
Delete all the definitions
|
void |
deploy(java.lang.String name) |
void |
deploy(java.lang.String name,
java.lang.String dateFormat,
java.lang.String numberFormat,
java.lang.Boolean makeUnique) |
void |
deployAll()
deploy all available undeployed resource definitions.
|
void |
undeploy(java.lang.String name) |
void |
undeployAll()
Undeploy all the deployed resources.
|
basicDeploy, basicUndeploy, findAll, findAll, findOne, getDefinitionRepository, parse, save, sendDeploymentRequests, throwAlreadyDeployedException, throwDefinitionAlreadyExistsException, throwNoSuchDefinitionException, throwNoSuchDefinitionException, throwNotDeployedExceptionpublic JobDeployer(JobDefinitionRepository repository, DeploymentMessageSender messageSender, XDParser parser)
public void delete(java.lang.String name)
ResourceDeployerundeployed as
part of that process.name - the name of the definition to deletepublic void deploy(java.lang.String name)
public void deploy(java.lang.String name,
java.lang.String dateFormat,
java.lang.String numberFormat,
java.lang.Boolean makeUnique)
public void undeploy(java.lang.String name)
public void deployAll()
ResourceDeployerpublic void undeployAll()
ResourceDeployerpublic void deleteAll()
ResourceDeployerdeleteAll in interface ResourceDeployer<JobDefinition>deleteAll in class AbstractDeployer<JobDefinition>