public final class VcsCherryPickManager
extends java.lang.Object
Constructor and Description |
---|
VcsCherryPickManager(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
cherryPick(VcsLog log) |
VcsCherryPicker |
getCherryPickerFor(VcsKey key) |
static VcsCherryPickManager |
getInstance(Project project) |
boolean |
isCherryPickAlreadyStartedFor(java.util.List<? extends CommitId> commits) |
public VcsCherryPickManager(Project project)
public void cherryPick(VcsLog log)
public boolean isCherryPickAlreadyStartedFor(java.util.List<? extends CommitId> commits)
public VcsCherryPicker getCherryPickerFor(VcsKey key)
public static VcsCherryPickManager getInstance(Project project)