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

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

public class CreateCiCommand
extends RepositoryBaseCommand


Constructor Summary
CreateCiCommand(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

CreateCiCommand

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

getCi

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