public interface InspectionService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createTask(Inspection inspection)
Creates the inspection task
|
Inspection |
prepare(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci)
Initializes the task parameter object for inspection on a CI.
|
Inspection |
prepare(java.lang.String id)
Initializes the task parameter object for inspection on a CI.
|
java.util.List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> |
retrieveInspectionResults(java.lang.String taskId)
Retrieved the inspection results
|
Inspection prepare(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci)
ci
- The CI to inspect. For example, the root node of a middleware topology.Inspection prepare(java.lang.String id)
id
- The id of the CI to inspect. For example, the root node of a middleware topology.java.lang.String createTask(Inspection inspection)
inspection
- the inspection parameter objectTaskService
./inspection/prepare
prepare(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem)
java.util.List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> retrieveInspectionResults(java.lang.String taskId)
taskId
- the Task ID of the task that ran the inspection.