Class SwarmHelper
java.lang.Object
org.jenkinsci.plugins.p4.swarmAPI.SwarmHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanapproveReview(String id, ApproveState state, String description) getActiveReviews(String project) getBranchesInProject(String project) Get a list of project 'ids' from swarm where the current users is a member or ownergetSwarmReview(String review)
-
Constructor Details
-
SwarmHelper
- Throws:
Exception
-
-
Method Details
-
getBaseUrl
-
approveReview
- Throws:
Exception
-
getActiveReviews
- Throws:
Exception
-
getSwarmReview
- Throws:
Exception
-
getBranchesInProject
- Throws:
Exception
-
getProjects
Get a list of project 'ids' from swarm where the current users is a member or owner- Returns:
- A filtered list of projects
- Throws:
Exception- API or connection errors
-