public class SwarmHelper extends Object
Constructor and Description |
---|
SwarmHelper(ConnectionHelper p4,
String version) |
Modifier and Type | Method and Description |
---|---|
boolean |
approveReview(String id,
ApproveState state,
String description) |
List<SwarmReviewsAPI.Reviews> |
getActiveReviews(String project) |
String |
getBaseUrl() |
List<SwarmProjectAPI.Branch> |
getBranchesInProject(String project) |
List<String> |
getProjects()
Get a list of project 'ids' from swarm where the current users is a member or owner
|
SwarmReviewAPI |
getSwarmReview(String review) |
public SwarmHelper(ConnectionHelper p4, String version) throws Exception
Exception
public String getBaseUrl()
public boolean approveReview(String id, ApproveState state, String description) throws Exception
Exception
public List<SwarmReviewsAPI.Reviews> getActiveReviews(String project) throws Exception
Exception
public SwarmReviewAPI getSwarmReview(String review) throws Exception
Exception
public List<SwarmProjectAPI.Branch> getBranchesInProject(String project) throws Exception
Exception
Copyright © 2016–2022. All rights reserved.