Uses of Class
org.whitesource.agent.api.model.AgentProjectInfo

Packages that use AgentProjectInfo
org.whitesource.agent.api.dispatch   
 

Uses of AgentProjectInfo in org.whitesource.agent.api.dispatch
 

Fields in org.whitesource.agent.api.dispatch with type parameters of type AgentProjectInfo
protected  Collection<AgentProjectInfo> CheckPoliciesRequest.projects
           
protected  Collection<AgentProjectInfo> UpdateInventoryRequest.projects
           
 

Methods in org.whitesource.agent.api.dispatch that return types with arguments of type AgentProjectInfo
 Collection<AgentProjectInfo> CheckPoliciesRequest.getProjects()
           
 Collection<AgentProjectInfo> UpdateInventoryRequest.getProjects()
           
 

Method parameters in org.whitesource.agent.api.dispatch with type arguments of type AgentProjectInfo
 CheckPoliciesRequest RequestFactory.newCheckPoliciesRequest(String orgToken, Collection<AgentProjectInfo> projects)
          Create new Check policies request.
 UpdateInventoryRequest RequestFactory.newUpdateInventoryRequest(String orgToken, Collection<AgentProjectInfo> projects)
          Create new Inventory Update request.
 void CheckPoliciesRequest.setProjects(Collection<AgentProjectInfo> projects)
           
 void UpdateInventoryRequest.setProjects(Collection<AgentProjectInfo> projects)
           
 

Constructor parameters in org.whitesource.agent.api.dispatch with type arguments of type AgentProjectInfo
CheckPoliciesRequest(String orgToken, Collection<AgentProjectInfo> projects)
          Constructor
UpdateInventoryRequest(String orgToken, Collection<AgentProjectInfo> projects)
          Constructor
 



Copyright © 2011-2012 White Source. All Rights Reserved.