AssessmentResults.getAssessmentForProject
Signature
public Assessment[]
getAssessmentForProject(String projectName, String applicationName)
Description
Provides access to the assessment data for the specified project in the specified application.
Parameters
projectName
:
The project name.
applicationName
: The name
of the application in which the project resides.
Returns
An array of Assessment objects, one for each project that matches the specified name.
Throws
OunceException
,
if the Data Access API cannot retrieve the assessments.