org.whitesource.agent.api.dispatch
Class CheckPoliciesRequest
java.lang.Object
org.whitesource.agent.api.dispatch.BaseRequest<CheckPoliciesResult>
org.whitesource.agent.api.dispatch.CheckPoliciesRequest
- All Implemented Interfaces:
- Serializable, ServiceRequest<CheckPoliciesResult>
public class CheckPoliciesRequest
- extends BaseRequest<CheckPoliciesResult>
Request to check policies application results before actual inventory update inventory.
- Since:
- 1.2.0
- Author:
- Edo.Shor
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
projects
protected Collection<AgentProjectInfo> projects
CheckPoliciesRequest
public CheckPoliciesRequest(String orgToken,
Collection<AgentProjectInfo> projects)
- Constructor
- Parameters:
orgToken - WhiteSource organization token.projects - Projects status statement to update.
getProjects
public Collection<AgentProjectInfo> getProjects()
setProjects
public void setProjects(Collection<AgentProjectInfo> projects)
Copyright © 2011-2012 White Source. All Rights Reserved.