public class CommitController extends ServerCall<PrimaryVersionSpec>
| Constructor and Description |
|---|
CommitController(ProjectSpaceBase projectSpace,
BranchVersionSpec branch,
String logMessage,
ESCommitCallback callback,
org.eclipse.core.runtime.IProgressMonitor monitor)
Branching Constructor.
|
CommitController(ProjectSpaceBase projectSpace,
String logMessage,
ESCommitCallback callback,
org.eclipse.core.runtime.IProgressMonitor monitor)
Constructor.
|
createAPI, execute, getProgressMonitor, getProjectSpace, getServer, getUsersession, run, setProgressMonitor, setServer, setSessionId, setUsersession, toAPIpublic CommitController(ProjectSpaceBase projectSpace, String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
projectSpace - the project space whose pending changes should be commitedlogMessage - a log message documenting the commitcallback - an callback that will be called during and at the end of the
commit. May be null.monitor - an IProgressMonitor that will be used to inform
clients about the commit progress. May be null.public CommitController(ProjectSpaceBase projectSpace, BranchVersionSpec branch, String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
projectSpace - the project space whose pending changes should be committedbranch - Specification of the branch to which the changes should be
committed.logMessage - a log message documenting the commitcallback - an callback that will be called during and at the end of the
commit. May be null.monitor - an IProgressMonitor that will be used to inform
clients about the commit progress. May be null.Copyright © 2017. All rights reserved.