com.xebialabs.deployit.service.discovery
Class DiscoveryService

java.lang.Object
  extended by com.xebialabs.deployit.service.discovery.DiscoveryService

@Component
public class DiscoveryService
extends java.lang.Object


Constructor Summary
DiscoveryService()
           
 
Method Summary
 DiscoveryResult getDiscoveryResults(java.lang.String taskId)
           
 com.xebialabs.deployit.engine.tasker.TaskSpecification prepareDiscovery(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci, WorkDir workDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryService

public DiscoveryService()
Method Detail

prepareDiscovery

public com.xebialabs.deployit.engine.tasker.TaskSpecification prepareDiscovery(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci,
                                                                               WorkDir workDir)

getDiscoveryResults

public DiscoveryResult getDiscoveryResults(java.lang.String taskId)