Class RepositoryBaseCommand
- java.lang.Object
-
- com.xebialabs.deployit.engine.spi.command.RepositoryBaseCommand
-
- Direct Known Subclasses:
CopyCiCommand
,CreateCiCommand
,CreateCisCommand
,DeleteCiCommand
,DeleteCisCommand
,MoveCiCommand
,RenameCiCommand
,UpdateCiCommand
,UpdateCisCommand
public abstract class RepositoryBaseCommand extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RepositoryBaseCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getRoles()
java.lang.String
getUsername()
void
setSecurityContext(java.lang.String username, java.util.List<java.lang.String> roles)
-