public class UnloadedModulesCompilationCheckinHandler extends CheckinHandler
Modifier and Type | Class and Description |
---|---|
static class |
UnloadedModulesCompilationCheckinHandler.Factory |
CheckinHandler.ReturnResult
DUMMY
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, includedChangesChanged
public UnloadedModulesCompilationCheckinHandler(Project project, CheckinProjectPanel checkinPanel)
public RefreshableOnComponent getBeforeCheckinConfigurationPanel()
CheckinHandler
getBeforeCheckinConfigurationPanel
in class CheckinHandler
null
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)
CheckinHandler
CheckinProjectPanel
instance passed to
BaseCheckinHandlerFactory.createHandler(CheckinProjectPanel, CommitContext)
to
get information about the files to be checked in.beforeCheckin
in class CheckinHandler
executor
- the commit executor, or null
if the standard commit operation is executed.