Package | Description |
---|---|
com.eviware.soapui.plugins.vcs | |
com.eviware.soapui.plugins.vcs.dialogs | |
com.smartbear.readyapi.integrations.vcs.git |
Modifier and Type | Class and Description |
---|---|
class |
LocalVcsUpdate |
class |
RemoteVcsUpdate |
Modifier and Type | Method and Description |
---|---|
Collection<VcsUpdate> |
VcsIntegration.getLocalRepositoryUpdates(WsdlProjectPro project)
Get a list of all the local, uncommitted updates.
|
Collection<VcsUpdate> |
VcsIntegration.getRemoteRepositoryUpdates(File projectFile)
Get a list of all the updates in the remote repository, along with info about whether there's a conflict with
local changes.
|
Modifier and Type | Method and Description |
---|---|
CommitResult |
VcsIntegration.commit(Collection<VcsUpdate> updates,
String commitMessage)
Creates a local commit with the changes.
|
void |
VcsIntegration.revert(Collection<VcsUpdate> updates)
Reverts a local update.
|
Modifier and Type | Method and Description |
---|---|
VcsUpdate |
ViewableFileChange.getUpdate() |
Modifier and Type | Method and Description |
---|---|
protected Collection<VcsUpdate> |
VcsChangesDialog.getSelectedUpdates() |
Modifier and Type | Method and Description |
---|---|
protected com.eviware.soapui.plugins.vcs.dialogs.VcsUpdateTableModel |
VcsChangesDialog.createVcsUpdateTableModel(WsdlProjectPro project,
Collection<VcsUpdate> updates) |
Constructor and Description |
---|
ViewableFileChange(com.eviware.soapui.model.ModelItem modelItem,
VcsUpdate update) |
Modifier and Type | Method and Description |
---|---|
Collection<VcsUpdate> |
ReadyApiGitIntegration.getLocalRepositoryUpdates(WsdlProjectPro project) |
Collection<VcsUpdate> |
ReadyApiGitIntegration.getRemoteRepositoryUpdates(File projectFile) |
Modifier and Type | Method and Description |
---|---|
CommitResult |
ReadyApiGitIntegration.commit(Collection<VcsUpdate> vcsUpdates,
String commitMessage) |
boolean |
GitCommandHelper.commit(Collection<VcsUpdate> vcsUpdates,
String commitMessage,
org.eclipse.jgit.api.Git git) |
protected void |
GitCommandHelper.fillLocalUpdates(com.eviware.soapui.impl.wsdl.WsdlProject project,
Collection<VcsUpdate> updates,
org.eclipse.jgit.api.Status status,
org.eclipse.jgit.lib.Repository repository) |
protected void |
GitCommandHelper.fillRemoteUpdates(Collection<VcsUpdate> updates,
org.eclipse.jgit.api.Git git,
org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.lib.ObjectReader reader) |
void |
ReadyApiGitIntegration.revert(Collection<VcsUpdate> vcsUpdates) |
Copyright © 2019. All rights reserved.