com.xebialabs.deployit.engine.spi.command
Class DeleteCiCommand

java.lang.Object
  extended by com.xebialabs.deployit.engine.spi.command.RepositoryBaseCommand
      extended by com.xebialabs.deployit.engine.spi.command.DeleteCiCommand

public class DeleteCiCommand
extends RepositoryBaseCommand


Constructor Summary
DeleteCiCommand(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci)
           
 
Method Summary
 com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getCi()
           
 
Methods inherited from class com.xebialabs.deployit.engine.spi.command.RepositoryBaseCommand
getRoles, getUsername, setSecurityContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteCiCommand

public DeleteCiCommand(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci)
Method Detail

getCi

public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getCi()