Methods
Modifier and Type |
Method and Description |
SandBox |
createSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
protected SandBoxAction |
createSandBoxAction(SandBoxActionType type,
String comment) |
protected SandBox |
determineNextSandBox(SandBox sandBox) |
List<SandBoxItemListener> |
getSandboxItemListeners() |
void |
promoteAllSandBoxItems(SandBox fromSandBox,
String comment) |
void |
promoteSelectedItems(SandBox fromSandBox,
String comment,
List<SandBoxItem> sandBoxItems) |
void |
rejectAllSandBoxItems(SandBox originalSandBox,
SandBox sandBox,
String comment) |
void |
rejectSelectedSandBoxItems(SandBox fromSandBox,
String comment,
List<SandBoxItem> sandBoxItems) |
SandBox |
retrieveApprovalSandBox(SandBox sandBox) |
SandBox |
retrieveSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
retrieveSandboxById(Long sandboxId) |
SandBox |
retrieveUserSandBox(Site site,
AdminUser adminUser)
Returns the sandbox currently associated with the passed in userId.
|
void |
revertAllSandBoxItems(SandBox originalSandBox,
SandBox sandBox) |
void |
revertSelectedSandBoxItems(SandBox fromSandBox,
List<SandBoxItem> sandBoxItems) |
void |
schedulePromotionForSandBox(SandBox sandBox,
Calendar calendar) |
void |
schedulePromotionForSandBoxItems(List<SandBoxItem> sandBoxItems,
Calendar calendar) |
void |
setSandboxItemListeners(List<SandBoxItemListener> sandboxItemListeners) |