Package org.eclipse.egit.ui.internal.commit

Examples of org.eclipse.egit.ui.internal.commit.CommitJob


      return;
    }
    if (amendPreviousCommitAction.isChecked())
      commitOperation.setAmending(true);
    commitOperation.setComputeChangeId(addChangeIdAction.isChecked());
    Job commitJob = new CommitJob(currentRepository, commitOperation)
      .setOpenCommitEditor(openNewCommitsAction.isChecked())
      .setPushUpstream(pushUpstream);

    // don't allow to do anything as long as commit is in progress
    enableAllWidgets(false);
View Full Code Here

TOP

Related Classes of org.eclipse.egit.ui.internal.commit.CommitJob

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.