See: Description
Interface | Description |
---|---|
StreamDefinitionRepository |
Repository to access
StreamDefinition s. |
TaskDefinitionRepository |
Repository to access
TaskDefinition s. |
TaskDeploymentRepository |
Exception | Description |
---|---|
DuplicateStreamDefinitionException |
Thrown to indicate that the creation of a stream failed because a stream with the given
name already exists.
|
DuplicateTaskException |
Thrown to indicate that the creation of a task failed because a task with the given
name already exists.
|
NoSuchAuditRecordException |
Thrown when an audit record of a given id was expected but did not exist.
|
NoSuchScheduleException |
Exception is thrown if there is no schedule information available.
|
NoSuchStreamDefinitionException |
Thrown when a stream definition of a given name was expected but did not exist.
|
NoSuchStreamDeploymentException |
Thrown when a stream deployment of a given name was expected but did not exist.
|
NoSuchTaskBatchException |
Exception is thrown if there is no mapping between a batch job execution and
a task execution.
|
NoSuchTaskDefinitionException |
Thrown when a task definition of a given name was expected but did not exist.
|
NoSuchTaskExecutionException |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.