public class UnloadedModulesCompilationCheckinHandler extends CheckinHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
UnloadedModulesCompilationCheckinHandler.Factory |
CheckinHandler.ReturnResultDUMMY| Constructor and Description |
|---|
UnloadedModulesCompilationCheckinHandler(Project project,
CheckinProjectPanel checkinPanel) |
| Modifier and Type | Method and Description |
|---|---|
CheckinHandler.ReturnResult |
beforeCheckin(CommitExecutor executor,
PairConsumer<java.lang.Object,java.lang.Object> additionalDataConsumer)
Performs the before check-in processing when a custom commit executor is used.
|
RefreshableOnComponent |
getBeforeCheckinConfigurationPanel()
Returns the panel which is inserted in the "Before Check In" group box of the Checkin Project
or Checkin File dialogs.
|
acceptExecutor, beforeCheckin, checkinFailed, checkinSuccessful, getAfterCheckinConfigurationPanel, getBeforeCheckinSettings, includedChangesChangedpublic UnloadedModulesCompilationCheckinHandler(Project project, CheckinProjectPanel checkinPanel)
public RefreshableOnComponent getBeforeCheckinConfigurationPanel()
CheckinHandlergetBeforeCheckinConfigurationPanel in class CheckinHandlernull if the handler does not provide any options to show in the
"Before Check In" group.public CheckinHandler.ReturnResult beforeCheckin(CommitExecutor executor, PairConsumer<java.lang.Object,java.lang.Object> additionalDataConsumer)
CheckinHandlerCheckinProjectPanel instance passed to
BaseCheckinHandlerFactory.createHandler(CheckinProjectPanel, CommitContext) to
get information about the files to be checked in.beforeCheckin in class CheckinHandlerexecutor - the commit executor, or null if the standard commit operation is executed.