public class CodeAnalysisBeforeCheckinHandler extends CheckinHandler
CheckinHandler API.CheckinHandler.ReturnResultDUMMY| Constructor and Description |
|---|
CodeAnalysisBeforeCheckinHandler(Project project,
CheckinProjectPanel panel) |
| 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 CodeAnalysisBeforeCheckinHandler(Project project, CheckinProjectPanel panel)
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.