|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InspectionService
Inspects middleware. Provides services to discover your topology and resources and synchronize them with the state currently known in Deployit.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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 object, created by invoking /inspection/prepare.
TaskService.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||