Package | Description |
---|---|
com.eviware.soapui.plugins.vcs | |
com.smartbear.readyapi.integrations.vcs.git |
Modifier and Type | Method and Description |
---|---|
VcsBranch |
VcsIntegration.getCurrentBranch(WsdlProjectPro project) |
Modifier and Type | Method and Description |
---|---|
List<VcsBranch> |
VcsIntegration.getBranchList(WsdlProjectPro project)
Gets list of branches in the repository of the project
|
Modifier and Type | Method and Description |
---|---|
boolean |
VcsIntegration.switchBranch(WsdlProjectPro project,
VcsBranch branch)
Switches the repository to decided branch
|
Modifier and Type | Method and Description |
---|---|
VcsBranch |
ReadyApiGitIntegration.getCurrentBranch(WsdlProjectPro project) |
Modifier and Type | Method and Description |
---|---|
List<VcsBranch> |
ReadyApiGitIntegration.getBranchList(WsdlProjectPro project) |
Modifier and Type | Method and Description |
---|---|
boolean |
ReadyApiGitIntegration.switchBranch(WsdlProjectPro project,
VcsBranch branch) |
Copyright © 2019. All rights reserved.