Serialized Form


Package org.whitesource.agent.api.dispatch

Class org.whitesource.agent.api.dispatch.BaseRequest extends Object implements Serializable

serialVersionUID: 4691829529579651426L

Serialized Fields

type

RequestType type

agent

String agent

agentVersion

String agentVersion

orgToken

String orgToken

timeStamp

long timeStamp

Class org.whitesource.agent.api.dispatch.CheckPoliciesRequest extends BaseRequest<CheckPoliciesResult> implements Serializable

serialVersionUID: -6894332358170182935L

Serialized Fields

projects

Collection<E> projects

Class org.whitesource.agent.api.dispatch.CheckPoliciesResult extends Object implements Serializable

serialVersionUID: 7083481460957821913L

Serialized Fields

organization

String organization
Name of organization in.


existingProjects

Map<K,V> existingProjects
Map of project name to the root of its dependency graph with policies application result.


newProjects

Map<K,V> newProjects
Map of project name to the root of its dependency graph with policies application result.


projectNewResources

Map<K,V> projectNewResources
Map of project name to its set of new resources to insert into inventory.

Class org.whitesource.agent.api.dispatch.PropertiesRequest extends BaseRequest<PropertiesResult> implements Serializable

serialVersionUID: 1390477474899005404L

Class org.whitesource.agent.api.dispatch.ReportRequest extends BaseRequest<ReportResult> implements Serializable

serialVersionUID: 909591223876500674L

Serialized Fields

dependencies

Collection<E> dependencies
Deprecated. 

Class org.whitesource.agent.api.dispatch.ResultEnvelope extends Object implements Serializable

serialVersionUID: -3835912575385728376L

Serialized Fields

envelopeVersion

String envelopeVersion

status

int status
Status code of the operation.


message

String message
Human readable message.


data

String data
Data associated with the result

Class org.whitesource.agent.api.dispatch.UpdateInventoryRequest extends BaseRequest<UpdateInventoryResult> implements Serializable

serialVersionUID: 7731258010033962980L

Serialized Fields

projects

Collection<E> projects

Class org.whitesource.agent.api.dispatch.UpdateInventoryResult extends Object implements Serializable

serialVersionUID: 9074828488465436483L

Serialized Fields

organization

String organization

updatedProjects

Collection<E> updatedProjects

createdProjects

Collection<E> createdProjects

Package org.whitesource.agent.api.model

Class org.whitesource.agent.api.model.AgentProjectInfo extends Object implements Serializable

serialVersionUID: -7847114716505720514L

Serialized Fields

coordinates

Coordinates coordinates

parentCoordinates

Coordinates parentCoordinates

dependencies

Collection<E> dependencies

projectToken

String projectToken

Class org.whitesource.agent.api.model.Coordinates extends Object implements Serializable

serialVersionUID: 4962222806117752812L

Serialized Fields

groupId

String groupId

artifactId

String artifactId

version

String version

Class org.whitesource.agent.api.model.DependencyInfo extends Object implements Serializable

serialVersionUID: -6212622409560068635L

Serialized Fields

groupId

String groupId

artifactId

String artifactId

version

String version

type

String type

classifier

String classifier

scope

String scope

sha1

String sha1

systemPath

String systemPath

exclusions

Collection<E> exclusions

optional

boolean optional

Class org.whitesource.agent.api.model.ExclusionInfo extends Object implements Serializable

serialVersionUID: -3900555692407177279L

Serialized Fields

artifactId

String artifactId

groupId

String groupId

Class org.whitesource.agent.api.model.PolicyCheckResourceNode extends Object implements Serializable

serialVersionUID: -3206810244665473L

Serialized Fields

resource

ResourceInfo resource

policy

RequestPolicyInfo policy

children

Collection<E> children

Class org.whitesource.agent.api.model.RequestPolicyInfo extends Object implements Serializable

serialVersionUID: 6475167885231211089L

Serialized Fields

displayName

String displayName

filterType

String filterType

filterLogic

String filterLogic

actionType

String actionType

actionLogic

String actionLogic

projectLevel

boolean projectLevel

Class org.whitesource.agent.api.model.ResourceInfo extends Object implements Serializable

serialVersionUID: 1707994312298243732L

Serialized Fields

displayName

String displayName

link

String link

licenses

Collection<E> licenses



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