A B C D E F G H I K L M N O P R S T U X

A

ACCEPTED - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
add(SensorData) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.MultiToolSnapshot
Processes the SensorData instance, potentially adding it if its runtime is equal to or greater than the runtime associated with the stored instances of that tool.
add(SensorDataRef) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.FileMetricCounter
Adds the SensorData to the list of FileMetrics if it is in the last run of the size counting tool.
add(SensorData) - Method in class org.hackystat.dailyprojectdata.resource.unittest.UnitTestCounter
Does accounting using sensor data provided.
addCommitData(SensorData) - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitDataContainer
Adds the specified SensorData instance to this container if it contains the three Commit properties (linesDeleted, linesAdded, totalLines) and if these property values are integers.
addDevEvent(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.devtime.DevTimeCounter
Update the DevTimeCounter with a new DevEvent.
addFailedBuild(String) - Method in class org.hackystat.dailyprojectdata.resource.build.MemberBuildCounter
Adds a failed build for a user.
addMemberDevEvent(String, XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.devtime.MemberDevTimeCounter
Updates this abstraction with the DevEvent associated with the Project member.
addSuccessfulBuild(String) - Method in class org.hackystat.dailyprojectdata.resource.build.MemberBuildCounter
Adds a successful build for a user.
addTest() - Method in class org.hackystat.dailyprojectdata.resource.unittest.TestUnitTestCounter
Tests accounting.
afferent - Variable in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
 
allowDelete() - Method in class org.hackystat.dailyprojectdata.resource.cache.CacheResource
Indicate the DELETE method is supported.
allowGet() - Method in class org.hackystat.dailyprojectdata.resource.cache.CacheResource
Indicate that GET is not supported.
authenticate() - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Authenticates this user and password with this DailyProjectData service, throwing a DailyProjectDataException if the user and password associated with this instance are not valid credentials.
Authenticator - Class in org.hackystat.dailyprojectdata.server
Performs authentication of each HTTP request using HTTP Basic authentication.
Authenticator(Context, String) - Constructor for class org.hackystat.dailyprojectdata.server.Authenticator
Initializes this Guard to do HTTP Basic authentication.
AUTHENTICATOR_SENSORBASECLIENTS_KEY - Static variable in class org.hackystat.dailyprojectdata.server.Authenticator
The key to be used to retrieve the sensorbaseclient map from the server context.
authUser - Variable in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
The authenticated user, retrieved from the ChallengeResponse, or null.

B

badAuth - Variable in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
The standard error message returned from invalid authentication.
BuildDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.build.jaxb
Java class for anonymous complex type.
BuildDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
BuildResource - Class in org.hackystat.dailyprojectdata.resource.build
Implements the Resource for processing GET {host}/build/{user}/{project}/{timestamp} requests.
BuildResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.build.BuildResource
The standard constructor.

C

CACHE_CAPACITY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The total capacity of each SensorBaseClient cache.
CACHE_ENABLED - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
Indicates whether SensorBaseClient caching is enabled.
CACHE_MAX_LIFE - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The maxLife in days for each instance in each SensorBaseClient cache.
CacheResource - Class in org.hackystat.dailyprojectdata.resource.cache
This resource responds to requests of form:
CacheResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.cache.CacheResource
The default constructor.
ChangedItem - Class in org.hackystat.dailyprojectdata.resource.issuechange.jaxb
Java class for anonymous complex type.
ChangedItem() - Constructor for class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
 
changedItem - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeData
 
checkSecret(Request, String, char[]) - Method in class org.hackystat.dailyprojectdata.server.Authenticator
Returns true if the passed credentials are OK.
clear(String) - Method in class org.hackystat.dailyprojectdata.frontsidecache.FrontSideCache
Clears the cache associated with user.
clear(String, String) - Method in class org.hackystat.dailyprojectdata.frontsidecache.FrontSideCache
Clears all of the cached DPD instances associated with this project and user.
clearLocalCache() - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Delete all entries from the local cache of DailyProjectData instances associated with this DailyProjectDataClient instance.
clearLocalCache(String, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Delete all cache entries associated with the specified project and its owner.
clearServerCache() - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Clears the (front side) DPD cache associated with this user on the DailyProjectData server to which this DailyProjectDataClient instance is connected.
clearServerCache(String, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Clears the (front side) DPD cache entries associated with the specified project and its owner on the DailyProjectData server to which this DailyProjectDataClient instance is connected.
closed - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
CodeIssueDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.codeissue.jaxb
Java class for anonymous complex type.
CodeIssueDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
codeIssueData - Variable in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
CodeIssueData - Class in org.hackystat.dailyprojectdata.resource.codeissue.jaxb
Java class for anonymous complex type.
CodeIssueData() - Constructor for class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
 
CodeIssueResource - Class in org.hackystat.dailyprojectdata.resource.codeissue
Implements the Resource for processing GET {host}/codeissue/{user}/{project}/{timestamp} requests.
CodeIssueResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.codeissue.CodeIssueResource
The standard constructor.
columnKeyOrder - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
CommitDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.commit.jaxb
Java class for anonymous complex type.
CommitDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
CommitData - Class in org.hackystat.dailyprojectdata.resource.commit
The class wrapping SensorData instance, which provides easy access to the commit specific properties.
CommitData(SensorData) - Constructor for class org.hackystat.dailyprojectdata.resource.commit.CommitData
Constructs this object with the specified SensorData instance.
CommitDataContainer - Class in org.hackystat.dailyprojectdata.resource.commit
The data container that abstracts the data retrieval of Commit information.
CommitDataContainer() - Constructor for class org.hackystat.dailyprojectdata.resource.commit.CommitDataContainer
 
CommitResource - Class in org.hackystat.dailyprojectdata.resource.commit
Implements the Resource for processing GET {host}/commit/{user}/{project}/{timestamp}/ requests.
CommitResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.commit.CommitResource
The standard constructor.
commits - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
compare(SensorDataRef, SensorDataRef) - Method in class org.hackystat.dailyprojectdata.resource.snapshot.SensorDataRefComparator
Compares two SensorDataRefs.
ComplexityDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.complexity.jaxb
Java class for anonymous complex type.
ComplexityDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
ComplexityResource - Class in org.hackystat.dailyprojectdata.resource.complexity
Implements the Resource for processing GET {host}/complexity/{user}/{project}/{starttime}/{type} requests.
ComplexityResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.complexity.ComplexityResource
The standard constructor.
complexityValues - Variable in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
 
ConstructData - Class in org.hackystat.dailyprojectdata.resource.coverage.jaxb
Java class for anonymous complex type.
ConstructData() - Constructor for class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
 
constructData - Variable in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
CONTEXT_ROOT_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The dailyprojectdata context root.
CouplingDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.coupling.jaxb
Java class for anonymous complex type.
CouplingDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
couplingData - Variable in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
CouplingData - Class in org.hackystat.dailyprojectdata.resource.coupling.jaxb
Java class for anonymous complex type.
CouplingData() - Constructor for class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
 
CouplingResource - Class in org.hackystat.dailyprojectdata.resource.coupling
Implements the Resource for processing GET {host}/coupling/{user}/{project}/{starttime}/{type} requests.
CouplingResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.coupling.CouplingResource
The standard constructor.
CoverageDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.coverage.jaxb
Java class for anonymous complex type.
CoverageDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
CoverageData - Class in org.hackystat.dailyprojectdata.resource.coverage
The class wrapping SensorData instance, which provides easy access to the coverage specific properties.
CoverageData(SensorData) - Constructor for class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
Constructs this object with the specified SensorData instance.
CoverageResource - Class in org.hackystat.dailyprojectdata.resource.coverage
Implements the Resource for processing GET {host}/coverage/{user}/{project}/{timestamp}/{type} requests.
CoverageResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.coverage.CoverageResource
The standard constructor.
createBuildDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.ObjectFactory
Create an instance of BuildDailyProjectData
createChangedItem() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ObjectFactory
Create an instance of ChangedItem
createCodeIssueDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.ObjectFactory
Create an instance of CodeIssueDailyProjectData
createCodeIssueData() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.ObjectFactory
Create an instance of CodeIssueData
createCommitDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.ObjectFactory
Create an instance of CommitDailyProjectData
createComplexityDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ObjectFactory
Create an instance of ComplexityDailyProjectData
createConstructData() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ObjectFactory
Create an instance of ConstructData
createCouplingDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.ObjectFactory
Create an instance of CouplingDailyProjectData
createCouplingData() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.ObjectFactory
Create an instance of CouplingData
createCoverageDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ObjectFactory
Create an instance of CoverageDailyProjectData
createData(String, String, String, String, String, String) - Static method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitData
A helper method used to create the SensorData instances used to by this test class.
createData(String, String, String, String) - Static method in class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageData
A helper method used to create the SensorData instances used to by this test class.
createDevTimeDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.ObjectFactory
Create an instance of DevTimeDailyProjectData
createFileData() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ObjectFactory
Create an instance of FileData
createFileData() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.ObjectFactory
Create an instance of FileData
createFileMetricDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.ObjectFactory
Create an instance of FileMetricDailyProjectData
createIssueChangeDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ObjectFactory
Create an instance of IssueChangeDailyProjectData
createIssueChangeData() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ObjectFactory
Create an instance of IssueChangeData
createIssueDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.ObjectFactory
Create an instance of IssueDailyProjectData
createIssueData() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.ObjectFactory
Create an instance of IssueData
createMemberData() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.ObjectFactory
Create an instance of MemberData
createMemberData() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.ObjectFactory
Create an instance of MemberData
createMemberData() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.ObjectFactory
Create an instance of MemberData
createMemberData() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.ObjectFactory
Create an instance of MemberData
createRoot() - Method in class org.hackystat.dailyprojectdata.server.Server
Dispatch to the specific DailyProjectData resource based upon the URI.
createUnitTestDailyProjectData() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.ObjectFactory
Create an instance of UnitTestDailyProjectData

D

DailyProjectDataClient - Class in org.hackystat.dailyprojectdata.client
Provides a client to support access to the DailyProjectData service.
DailyProjectDataClient(String, String, String) - Constructor for class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Initializes a new DailyProjectDataClient, given the host, userEmail, and password.
DAILYPROJECTDATACLIENT_TIMEOUT_KEY - Static variable in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
The System property key used to retrieve the default timeout value in milliseconds.
DailyProjectDataClientException - Exception in org.hackystat.dailyprojectdata.client
An exception that is thrown when the DailyProjectData server does not return a success code.
DailyProjectDataClientException(Status) - Constructor for exception org.hackystat.dailyprojectdata.client.DailyProjectDataClientException
Thrown when an unsuccessful status code is returned from the Server.
DailyProjectDataClientException(Status, Throwable) - Constructor for exception org.hackystat.dailyprojectdata.client.DailyProjectDataClientException
Thrown when an unsuccessful status code is returned from the Server.
DailyProjectDataClientException(String, Throwable) - Constructor for exception org.hackystat.dailyprojectdata.client.DailyProjectDataClientException
Thrown when some problem occurs with Client not involving the server.
DailyProjectDataClientException(String) - Constructor for exception org.hackystat.dailyprojectdata.client.DailyProjectDataClientException
Thrown when some problem occurs with Client not involving the server.
DailyProjectDataResource - Class in org.hackystat.dailyprojectdata.resource.dailyprojectdata
An abstract superclass for all DailyProjectData resources that supplies common initialization processing.
DailyProjectDataResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
Provides the following representational variants: TEXT_XML.
DailyProjectDataTestHelper - Class in org.hackystat.dailyprojectdata.test
Provides a helper class to facilitate JUnit testing.
DailyProjectDataTestHelper() - Constructor for class org.hackystat.dailyprojectdata.test.DailyProjectDataTestHelper
Constructor.
DEFECT - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
deleteCacheServerSide() - Method in class org.hackystat.dailyprojectdata.resource.cache.TestCacheRestApi
Test that DELETE {host}/cache/{user} and {user}/{project} can be invoked successfully.
devTime - Variable in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.MemberData
 
DevTimeCounter - Class in org.hackystat.dailyprojectdata.resource.devtime
Provides a facility for counting up the DevTime associated with a series of timestamps associated with DevEvent sensor data.
DevTimeCounter() - Constructor for class org.hackystat.dailyprojectdata.resource.devtime.DevTimeCounter
Create a new DevTimeCounter, initialized to zero DevTime.
DevTimeDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.devtime.jaxb
Java class for anonymous complex type.
DevTimeDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
DevTimeResource - Class in org.hackystat.dailyprojectdata.resource.devtime
Implements the Resource for processing GET {host}/devtime/{user}/{project}/{starttime} requests.
DevTimeResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.devtime.DevTimeResource
The standard constructor.

E

echoProperties() - Method in class org.hackystat.dailyprojectdata.server.ServerProperties
Returns a string containing all current properties in alphabetical order.
efferent - Variable in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
 
enableCaching(String, String, Double, Long) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Enables caching in this client.
ENHANCEMENT - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
equals(Object) - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitData
Returns true if the specified object equals this object.
equals(Object) - Method in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
Returns true if the specified object equals this object.

F

failure - Variable in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
 
failure - Variable in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
 
fileData - Variable in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
FileData - Class in org.hackystat.dailyprojectdata.resource.complexity.jaxb
Java class for anonymous complex type.
FileData() - Constructor for class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
 
FileData - Class in org.hackystat.dailyprojectdata.resource.filemetric.jaxb
Java class for anonymous complex type.
FileData() - Constructor for class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileData
 
fileData - Variable in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
FileMetricCounter - Class in org.hackystat.dailyprojectdata.resource.filemetric
Provides a facility for counting the FileMetrics associated with a SensorData.
FileMetricCounter(SensorBaseClient) - Constructor for class org.hackystat.dailyprojectdata.resource.filemetric.FileMetricCounter
Constructs a FileMetricCounter.
FileMetricDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.filemetric.jaxb
Java class for anonymous complex type.
FileMetricDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
FileMetricResource - Class in org.hackystat.dailyprojectdata.resource.filemetric
Implements the Resource for processing GET {host}/filemetric/{user}/{project}/{starttime} requests.
FileMetricResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.filemetric.FileMetricResource
The standard constructor.
fileUri - Variable in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
 
fileUri - Variable in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileData
 
FIXED - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
fromValue - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
 
FrontSideCache - Class in org.hackystat.dailyprojectdata.frontsidecache
A cache for successfully DPD instances.
FrontSideCache(Server) - Constructor for class org.hackystat.dailyprojectdata.frontsidecache.FrontSideCache
Creates a new front-side cache, which stores the DPD instances recently created.
FRONTSIDECACHE_ENABLED - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
Whether or not the front side cache is enabled.

G

get(String, String, String) - Method in class org.hackystat.dailyprojectdata.frontsidecache.FrontSideCache
Returns the string representation of the DPD associated with the DPD owner and the URI, or null if not in the cache.
get(String) - Method in class org.hackystat.dailyprojectdata.server.ServerProperties
Returns the value of the Server Property specified by the key.
getAfferent() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
Gets the value of the afferent property.
getBuild(String, String, XMLGregorianCalendar, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a BuildDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getBuild(String, String, XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a BuildDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getCacheCapacity() - Method in class org.hackystat.dailyprojectdata.server.ServerProperties
Returns the in-memory capacity for each cache.
getCacheMaxLife() - Method in class org.hackystat.dailyprojectdata.server.ServerProperties
Returns the caching max life as a double.
getChangedItem() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeData
Gets the value of the changedItem property.
getClosed() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Gets the value of the closed property.
getCodeIssue(String, String, XMLGregorianCalendar, String, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a CodeIssueDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getCodeIssueData() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
Gets the value of the codeIssueData property.
getCommit(String, String, XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a CommitDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getCommitProperty(String) - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitData
Returns the Property instance with the specified property name.
getCommitProperty(String, String) - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitData
Returns the Property instance with the specified property name.
getCommits(String) - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitDataContainer
Returns the total commits made by the specified owner.
getCommits() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
Gets the value of the commits property.
getComplexity(String, String, XMLGregorianCalendar, String, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a ComplexityDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getComplexity() - Method in class org.hackystat.dailyprojectdata.resource.complexity.TestComplexityRestApi
Test that GET {host}/complexity/{user}/{project}/{starttime}/{type}?Tool={tool} works properly.
getComplexityValues() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
Gets the value of the complexityValues property.
getConstructData() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Gets the value of the constructData property.
getCount(String) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.IssueTypeCounter
Return the number of CodeIssues of the given type found in this snapshot.
getCoupling(String, String, XMLGregorianCalendar, String, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a CouplingDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getCoupling() - Method in class org.hackystat.dailyprojectdata.resource.coupling.TestCouplingRestApi
Test that GET {host}/coupling/{user}/{project}/{starttime}/{type}?Tool={tool} works properly.
getCouplingData() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Gets the value of the couplingData property.
getCoverage(String, String, XMLGregorianCalendar, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a CoverageDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getCoverageProperty(String) - Method in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
Returns the Property instance with the specified property name.
getCovered(String) - Method in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
Returns the covered coverage value.
getDailyProjectDataHostName() - Method in class org.hackystat.dailyprojectdata.test.DailyProjectDataTestHelper
Returns the hostname associated with this DPD test server.
getData() - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitDataContainer
Returns a copy of the list containing all of the added SensorData instances.
getDefaultDevTime() - Method in class org.hackystat.dailyprojectdata.resource.devtime.TestDevTimeRestApi
Test that GET {host}/devtime/{user}/default/{starttime} works properly.
getDefaultFileMetric() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.TestFileMetricRestApi
Test that GET {host}/filemetric/{user}/default/{starttime}/TotalLines works properly.
getDefaultUnitTestDPD() - Method in class org.hackystat.dailyprojectdata.resource.unittest.TestUnitTestRestApi
Test that GET {host}/unittest/{user}/default/{starttime} works properly.
getDevTime(String, String, XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a DevTimeDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getDevTime() - Method in class org.hackystat.dailyprojectdata.resource.devtime.DevTimeCounter
Returns the total DevTime (in minutes, as a multiple of five) associated with this DevTimeCounter.
getDevTime() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.MemberData
Gets the value of the devTime property.
getDpdServer() - Method in class org.hackystat.dailyprojectdata.test.DailyProjectDataTestHelper
Returns the DPD server instance.
getEfferent() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
Gets the value of the efferent property.
getEndTime() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.SnapshotBucket
Gets the end time.
getFailCount(String) - Method in class org.hackystat.dailyprojectdata.resource.unittest.UnitTestCounter
Returns the UnitTest failure count associated with Member, or zero if member does not exist.
getFailedBuilds() - Method in class org.hackystat.dailyprojectdata.resource.build.MemberBuildCounter
Gets a mapping of users to the number of failed builds they had.
getFailure() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
Gets the value of the failure property.
getFailure() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
Gets the value of the failure property.
getFileData() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Gets the value of the fileData property.
getFileData() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Gets the value of the fileData property.
getFileMetric(String, String, XMLGregorianCalendar, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a FileMetricDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getFileMetric(String, String, XMLGregorianCalendar, String, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a FileMetricDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getFileMetrics() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.FileMetricCounter
 
getFileUri() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
Gets the value of the fileUri property.
getFileUri() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileData
Gets the value of the fileUri property.
getFromValue() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
Gets the value of the fromValue property.
getFrontSideCache() - Method in class org.hackystat.dailyprojectdata.server.Server
Returns the front side cache for this server.
getFullHost() - Method in class org.hackystat.dailyprojectdata.server.ServerProperties
Returns the fully qualified host name, such as "http://localhost:9877/dailyprojectdata/".
getGranularity() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Gets the value of the granularity property.
getHostName() - Method in class org.hackystat.dailyprojectdata.server.Server
Returns the host name associated with this server.
getId() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Gets the value of the id property.
getId() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeData
Gets the value of the id property.
getIssue(String, String, XMLGregorianCalendar, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a IssueDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getIssue(String, String, XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a IssueDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getIssueChange(String, String, XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a IssueDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getIssueChangeData() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Gets the value of the issueChangeData property.
getIssueData() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
Gets the value of the issueData property.
getIssueDpd(SensorData, XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
Get the state of the issue on the given time.
getIssueType() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
Gets the value of the issueType property.
getKey() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
Gets the value of the key property.
getLastTime() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.FileMetricCounter
 
getLinesAdded() - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitData
Returns the total lines added stored in this data instance.
getLinesAdded(String) - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitDataContainer
Returns the total lines added by the specified owner.
getLinesAdded() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
Gets the value of the linesAdded property.
getLinesDeleted() - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitData
Returns the total lines deleted stored in this data instance.
getLinesDeleted(String) - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitDataContainer
Returns the total lines deleted by the specified owner.
getLinesDeleted() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
Gets the value of the linesDeleted property.
getLinesModified() - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitData
Returns the total lines modified in this data instance.
getLinesModified(String) - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitDataContainer
Returns the total lines modified by the specified owner.
getLinesModified() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
Gets the value of the linesModified property.
getLogger() - Method in class org.hackystat.dailyprojectdata.server.Server
Returns the logger for this service.
getMemberData() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
Gets the value of the memberData property.
getMemberData() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Gets the value of the memberData property.
getMemberData() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Gets the value of the memberData property.
getMemberData() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
Gets the value of the memberData property.
getMemberDevTime(String) - Method in class org.hackystat.dailyprojectdata.resource.devtime.MemberDevTimeCounter
Returns the DevTime associated with Member, or zero if member does not exist.
getMembers() - Method in class org.hackystat.dailyprojectdata.resource.build.MemberBuildCounter
Gets a set of all the members.
getMembers() - Method in class org.hackystat.dailyprojectdata.resource.devtime.MemberDevTimeCounter
Returns a newly created Set containing all of the members in this MemberDevTimeCounter.
getMembers() - Method in class org.hackystat.dailyprojectdata.resource.unittest.UnitTestCounter
Returns a newly created Set containing all of the members in this Counter.
getMemberUri() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
Gets the value of the memberUri property.
getMemberUri() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
Gets the value of the memberUri property.
getMemberUri() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.MemberData
Gets the value of the memberUri property.
getMemberUri() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
Gets the value of the memberUri property.
getMilestone() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Gets the value of the milestone property.
getName() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
Gets the value of the name property.
getNumberOfBucketsRetrieved() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.SensorDataSnapshot
Gets the number of buckets that were retrieved to create the snapshot.
getNumCovered() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
Gets the value of the numCovered property.
getNumIssues() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
Gets the value of the numIssues property.
getNumUncovered() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
Gets the value of the numUncovered property.
getOpened() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Gets the value of the opened property.
getOpenIssues() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
Gets the value of the openIssues property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitData
Returns the owner of the wrapped data instance.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
Returns the owner of the wrapped data instance.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Gets the value of the owner property.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.SensorDataSnapshot
Returns the Owner responsible for the Snapshot data, or null if there is no Snapshot data.
getOwner() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
Gets the value of the owner property.
getOwners() - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitDataContainer
Returns a set of owners of the wrapped SensorData.
getPassCount(String) - Method in class org.hackystat.dailyprojectdata.resource.unittest.UnitTestCounter
Returns the UnitTest pass count associated with Member, or zero if member does not exist.
getPercentageCoverage() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Returns the percentage coverage as an integer between 0 and 100, or 0 if not coverage data is present.
getPriority() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Gets the value of the priority property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
Gets the value of the project property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
Gets the value of the project property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Gets the value of the project property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Gets the value of the project property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Gets the value of the project property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Gets the value of the project property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Gets the value of the project property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Gets the value of the project property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
Gets the value of the project property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Gets the value of the project property.
getProject() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
Gets the value of the project property.
getReopened() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Gets the value of the reopened property.
getResource() - Method in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
Returns the resource of the wrapped data instance.
getRuntime() - Method in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
Returns the runtime of this data instance.
getSensorBaseClient() - Method in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
Returns a SensorBaseClient instance associated with the User in this request.
getSensorBaseHostName() - Method in class org.hackystat.dailyprojectdata.test.DailyProjectDataTestHelper
Returns the sensorbase hostname that this DPD server communicates with.
getSensorData(String) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.MultiToolSnapshot
Returns the latest snapshot associated with the specified tool.
getServerProperties() - Method in class org.hackystat.dailyprojectdata.server.Server
Returns the ServerProperties instance associated with this server.
getSizeMetric() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Gets the value of the sizeMetric property.
getSizeMetricValue() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileData
Gets the value of the sizeMetricValue property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Gets the value of the startTime property.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.SnapshotBucket
Gets the start time.
getStartTime() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
Gets the value of the startTime property.
getStatus() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Gets the value of the status property.
getStringRepresentation(String) - Method in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
Creates and returns a new Restlet StringRepresentation built from xmlData.
getSuccess() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
Gets the value of the success property.
getSuccess() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
Gets the value of the success property.
getSuccessfulBuilds() - Method in class org.hackystat.dailyprojectdata.resource.build.MemberBuildCounter
Gets a mapping of users to the number of successful builds they had.
getTool() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
Gets the value of the tool property.
getTool() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Gets the value of the tool property.
getTool() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Gets the value of the tool property.
getTool() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Gets the value of the tool property.
getTool() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Gets the value of the tool property.
getTool() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Gets the value of the tool property.
getTool() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.SensorDataSnapshot
Returns the Tool responsible for the Snapshot data, or null if there is no Snapshot data.
getTools() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.MultiToolSnapshot
Returns the set of all Tools in this MultiToolSnapshot.
getTotal() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Gets the value of the total property.
getTotalDevTime() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Gets the value of the totalDevTime property.
getTotalDevTime() - Method in class org.hackystat.dailyprojectdata.resource.devtime.MemberDevTimeCounter
Return the aggregate DevTime for all members.
getTotalLines() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
Gets the value of the totalLines property.
getTotalLines() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.FileMetricCounter
 
getTotalLines(SensorData) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.FileMetricCounter
 
getToValue() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
Gets the value of the toValue property.
getType() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
Gets the value of the type property.
getType() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Gets the value of the type property.
getType() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Gets the value of the type property.
getType() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Gets the value of the type property.
getType() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Gets the value of the type property.
getTypes() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.IssueTypeCounter
Get the set of all types found from processing the sensor data snapshot.
getUncovered(String) - Method in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
Returns the uncovered coverage value.
getUnitTest(String, String, XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns a UnitTestDailyProjectData instance from this server, or throws a DailyProjectData exception if problems occurred.
getUri() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
Gets the value of the uri property.
getUriPattern() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
Gets the value of the uriPattern property.
getUriPattern() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Gets the value of the uriPattern property.
getUriPattern() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Gets the value of the uriPattern property.
getUriPattern() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Gets the value of the uriPattern property.
getUriPattern() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
Gets the value of the uriPattern property.
getValueWithKeyWhen(SensorData, String, XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
Return the value with the given key in the given time within the given sensordata.
getVersion() - Static method in class org.hackystat.dailyprojectdata.server.Server
Returns the version associated with this Package, if available from the jar file manifest.
granularity - Variable in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
GRANULARITY_BLOCK - Static variable in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
The string used to mark the block level granularity of coverage data.
GRANULARITY_CLASS - Static variable in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
The string used to mark the class level granularity of coverage data.
GRANULARITY_LINE - Static variable in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
The string used to mark the line level granularity of coverage data.
GRANULARITY_METHOD - Static variable in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
The string used to mark the method level granularity of coverage data.

H

hasCoverageData() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Returns true if there is actual coverage data in this instance.
hashCode() - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitData
Returns the hashcode of this object.
hashCode() - Method in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
Returns the hashcode of this object.
HIGH - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
HOSTNAME_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The dailyprojectdata hostname key.

I

id - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
id - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeData
 
ID_PROPERTY_KEY - Static variable in class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
property key of ID.
isCacheEnabled() - Method in class org.hackystat.dailyprojectdata.server.ServerProperties
Returns true if caching is enabled in this service.
isEmpty() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.SensorDataSnapshot
Returns true if the Snapshot contains no data.
isFrontSideCacheEnabled() - Method in class org.hackystat.dailyprojectdata.server.ServerProperties
Returns true if front side caching is enabled in this service.
isHost(String) - Static method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns true if the passed host is a DailyProjectData host.
isOpenStatus(String) - Method in class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
Determine if the status value means open.
isSetAfferent() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
 
isSetChangedItem() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeData
 
isSetClosed() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
isSetCodeIssueData() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
isSetCommits() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
isSetComplexityValues() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
 
isSetConstructData() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
isSetCouplingData() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
isSetDevTime() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.MemberData
 
isSetEfferent() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
 
isSetFailure() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
 
isSetFailure() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
 
isSetFileData() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
isSetFileData() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
isSetFileUri() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
 
isSetFileUri() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileData
 
isSetFromValue() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
 
isSetGranularity() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
isSetId() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
isSetId() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeData
 
isSetIssueChangeData() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
isSetIssueData() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
isSetIssueType() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
 
isSetKey() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
 
isSetLinesAdded() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
isSetLinesDeleted() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
isSetLinesModified() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
isSetMemberData() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
isSetMemberData() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
isSetMemberData() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
isSetMemberData() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
isSetMemberUri() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
 
isSetMemberUri() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
isSetMemberUri() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.MemberData
 
isSetMemberUri() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
 
isSetMilestone() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
isSetName() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
 
isSetNumCovered() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
 
isSetNumIssues() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
 
isSetNumUncovered() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
 
isSetOpened() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
isSetOpenIssues() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
isSetOwner() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
isSetPriority() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
isSetProject() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
isSetReopened() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
isSetSizeMetric() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
isSetSizeMetricValue() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
isSetStartTime() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
isSetStatus() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
isSetSuccess() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
 
isSetSuccess() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
 
isSetTool() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
 
isSetTool() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
isSetTool() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
isSetTool() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
isSetTool() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
isSetTool() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
isSetTotal() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
isSetTotalDevTime() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
isSetTotalLines() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
 
isSetToValue() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
 
isSetType() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
isSetType() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
isSetType() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
isSetType() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
isSetType() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
isSetUri() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
 
isSetUriPattern() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
isSetUriPattern() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
isSetUriPattern() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
isSetUriPattern() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
isSetUriPattern() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
IssueChangeDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.issuechange.jaxb
Java class for anonymous complex type.
IssueChangeDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
issueChangeData - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
IssueChangeData - Class in org.hackystat.dailyprojectdata.resource.issuechange.jaxb
Java class for anonymous complex type.
IssueChangeData() - Constructor for class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeData
 
IssueChangeResource - Class in org.hackystat.dailyprojectdata.resource.issuechange
Implements the Resource for processing GET {host}/issue/{user}/{project}/{starttime} requests.
IssueChangeResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.issuechange.IssueChangeResource
The standard constructor.
IssueDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.issue.jaxb
Java class for anonymous complex type.
IssueDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
issueData - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
IssueData - Class in org.hackystat.dailyprojectdata.resource.issue.jaxb
Java class for anonymous complex type.
IssueData() - Constructor for class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
IssueDataParser - Class in org.hackystat.dailyprojectdata.resource.issue
Parser for the issue sensordata to IssueData.
IssueDataParser(Logger) - Constructor for class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
 
IssueResource - Class in org.hackystat.dailyprojectdata.resource.issue
Implements the Resource for processing GET {host}/issue/{user}/{project}/{starttime} requests.
IssueResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.issue.IssueResource
The standard constructor.
issueType - Variable in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
 
IssueTypeCounter - Class in org.hackystat.dailyprojectdata.resource.codeissue
IssueTypeCounter takes a set of CodeIssue SensorData all associated with a single tool, and constructs a data structure that maps issue types to their aggregate counts across all tools.
IssueTypeCounter(Set<SensorData>, Logger) - Constructor for class org.hackystat.dailyprojectdata.resource.codeissue.IssueTypeCounter
Constructs the IssueTypeCounter from the passed set of SensorData instances.
iterator() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.SensorDataSnapshot
Returns an iterator over the last SensorData snapshot.

K

key - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
 

L

linesAdded - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
linesDeleted - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
linesModified - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
localCacheSize(String, String) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Returns the number of cached entries for the given project and its owner.
LOGGING_LEVEL_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The logging level key.
logRequest(String) - Method in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
Generates a log message indicating the type of request, the elapsed time required, the user who requested the data, and the day.
logRequest(String, String...) - Method in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
Generates a log message indicating the type of request, the elapsed time required, the user who requested the data, and the day.

M

main(String[]) - Static method in class org.hackystat.dailyprojectdata.server.Server
Starts up the web service.
makeBuild(String, String, String, String, String) - Static method in class org.hackystat.dailyprojectdata.resource.build.TestBuildRestApi
Creates a sample SensorData Build instance.
makeFailUnitTest(String, String) - Method in class org.hackystat.dailyprojectdata.resource.unittest.UnitTestTestHelper
Returns a Unit Test instance with Result = fail.
makeIssueSensorData(String, String[][], XMLGregorianCalendar[]) - Static method in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
Make the issue sensordata.
makePassUnitTest(String, String) - Method in class org.hackystat.dailyprojectdata.resource.unittest.UnitTestTestHelper
Returns a Unit Test instance with Result = pass.
makeUnitTestEvent(String, String, String, String, String, String, String, String, String) - Method in class org.hackystat.dailyprojectdata.resource.unittest.UnitTestTestHelper
/** Creates a sample SensorData UnitTest instance given a whole set of parameters.
MEDIUM - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
MemberBuildCounter - Class in org.hackystat.dailyprojectdata.resource.build
Counts the number of successful and failed builds each user had.
MemberBuildCounter() - Constructor for class org.hackystat.dailyprojectdata.resource.build.MemberBuildCounter
 
memberData - Variable in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
MemberData - Class in org.hackystat.dailyprojectdata.resource.build.jaxb
Java class for anonymous complex type.
MemberData() - Constructor for class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
 
memberData - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
MemberData - Class in org.hackystat.dailyprojectdata.resource.commit.jaxb
Java class for anonymous complex type.
MemberData() - Constructor for class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
memberData - Variable in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
MemberData - Class in org.hackystat.dailyprojectdata.resource.devtime.jaxb
Java class for anonymous complex type.
MemberData() - Constructor for class org.hackystat.dailyprojectdata.resource.devtime.jaxb.MemberData
 
MemberData - Class in org.hackystat.dailyprojectdata.resource.unittest.jaxb
Java class for anonymous complex type.
MemberData() - Constructor for class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
 
memberData - Variable in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
MemberDevTimeCounter - Class in org.hackystat.dailyprojectdata.resource.devtime
An abstraction that collects the DevTime associated with a set of Project Members.
MemberDevTimeCounter() - Constructor for class org.hackystat.dailyprojectdata.resource.devtime.MemberDevTimeCounter
Create a new MemberDevTimeCounter.
memberUri - Variable in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
 
memberUri - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
memberUri - Variable in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.MemberData
 
memberUri - Variable in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
 
milestone - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
MILESTONE_PROPERTY_KEY - Static variable in class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
property key of MILESTONE.
MultiToolSnapshot - Class in org.hackystat.dailyprojectdata.resource.codeissue
Provides a mechanism for generating a "snapshot" for each of several tools.
MultiToolSnapshot() - Constructor for class org.hackystat.dailyprojectdata.resource.codeissue.MultiToolSnapshot
Create a MultiToolSnapshot.

N

name - Variable in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
 
newInstance() - Static method in class org.hackystat.dailyprojectdata.server.Server
Creates a new instance of a DailyProjectData HTTP server, listening on the supplied port.
newInstance(ServerProperties) - Static method in class org.hackystat.dailyprojectdata.server.Server
Creates a new instance of a DailyProjectData HTTP server, listening on the supplied port.
newTestInstance() - Static method in class org.hackystat.dailyprojectdata.server.Server
Creates a new instance of a DailyProjectData HTTP server suitable for unit testing.
numCovered - Variable in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
 
numIssues - Variable in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
 
numUncovered - Variable in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
 

O

ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.build.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.build.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.build.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.build.jaxb
ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.codeissue.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.codeissue.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.codeissue.jaxb
ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.commit.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.commit.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.commit.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.commit.jaxb
ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.complexity.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.complexity.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.complexity.jaxb
ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.coupling.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.coupling.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.coupling.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.coupling.jaxb
ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.coverage.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.coverage.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.coverage.jaxb
ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.devtime.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.devtime.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.devtime.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.devtime.jaxb
ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.filemetric.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.filemetric.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.filemetric.jaxb
ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.issue.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.issue.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.issue.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.issue.jaxb
ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.issuechange.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.issuechange.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.issuechange.jaxb
ObjectFactory - Class in org.hackystat.dailyprojectdata.resource.unittest.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hackystat.dailyprojectdata.resource.unittest.jaxb package.
ObjectFactory() - Constructor for class org.hackystat.dailyprojectdata.resource.unittest.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hackystat.dailyprojectdata.resource.unittest.jaxb
opened - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
openIssues - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
org.hackystat.dailyprojectdata.client - package org.hackystat.dailyprojectdata.client
Provides a client class that facilitates access to the DailyProjectData service.
org.hackystat.dailyprojectdata.frontsidecache - package org.hackystat.dailyprojectdata.frontsidecache
Provides a cache for the "front side" of the DPD service.
org.hackystat.dailyprojectdata.resource.build - package org.hackystat.dailyprojectdata.resource.build
Provides a Restlet Resource for the Build DailyProjectData abstraction.
org.hackystat.dailyprojectdata.resource.build.jaxb - package org.hackystat.dailyprojectdata.resource.build.jaxb
 
org.hackystat.dailyprojectdata.resource.cache - package org.hackystat.dailyprojectdata.resource.cache
Provides a resource for manipulating the SensorData cache for this server.
org.hackystat.dailyprojectdata.resource.codeissue - package org.hackystat.dailyprojectdata.resource.codeissue
Provides a Restlet Resource for the CodeIssue DailyProjectData abstraction.
org.hackystat.dailyprojectdata.resource.codeissue.jaxb - package org.hackystat.dailyprojectdata.resource.codeissue.jaxb
Provides JAXB classes for the CodeIssueDailyProjectData XML schema.
org.hackystat.dailyprojectdata.resource.commit - package org.hackystat.dailyprojectdata.resource.commit
Provides a Restlet Resource for the Commit DailyProjectData abstraction.
org.hackystat.dailyprojectdata.resource.commit.jaxb - package org.hackystat.dailyprojectdata.resource.commit.jaxb
 
org.hackystat.dailyprojectdata.resource.complexity - package org.hackystat.dailyprojectdata.resource.complexity
Provides a Restlet Resource for the Complexity DailyProjectData abstraction.
org.hackystat.dailyprojectdata.resource.complexity.jaxb - package org.hackystat.dailyprojectdata.resource.complexity.jaxb
 
org.hackystat.dailyprojectdata.resource.coupling - package org.hackystat.dailyprojectdata.resource.coupling
Provides a Restlet Resource for the Coupling DailyProjectData abstraction.
org.hackystat.dailyprojectdata.resource.coupling.jaxb - package org.hackystat.dailyprojectdata.resource.coupling.jaxb
 
org.hackystat.dailyprojectdata.resource.coverage - package org.hackystat.dailyprojectdata.resource.coverage
Provides a Restlet Resource for the Coverage DailyProjectData abstraction.
org.hackystat.dailyprojectdata.resource.coverage.jaxb - package org.hackystat.dailyprojectdata.resource.coverage.jaxb
Provides JAXB classes for the CoverageDailyProjectData XML schema.
org.hackystat.dailyprojectdata.resource.dailyprojectdata - package org.hackystat.dailyprojectdata.resource.dailyprojectdata
Provides a superclass that facilitates development of DailyProjectData Restlet Resources.
org.hackystat.dailyprojectdata.resource.devtime - package org.hackystat.dailyprojectdata.resource.devtime
Provides a Restlet Resource for the DevTime DailyProjectData abstraction.
org.hackystat.dailyprojectdata.resource.devtime.jaxb - package org.hackystat.dailyprojectdata.resource.devtime.jaxb
Provides the JAXB classes corresponding to the DevTimeDailyProjectData XML schema.
org.hackystat.dailyprojectdata.resource.filemetric - package org.hackystat.dailyprojectdata.resource.filemetric
Provides a Restlet Resource for the FileMetric DailyProjectData abstraction.
org.hackystat.dailyprojectdata.resource.filemetric.jaxb - package org.hackystat.dailyprojectdata.resource.filemetric.jaxb
 
org.hackystat.dailyprojectdata.resource.issue - package org.hackystat.dailyprojectdata.resource.issue
Provides a Restlet Resource for the Issue DailyProjectData abstraction.
org.hackystat.dailyprojectdata.resource.issue.jaxb - package org.hackystat.dailyprojectdata.resource.issue.jaxb
 
org.hackystat.dailyprojectdata.resource.issuechange - package org.hackystat.dailyprojectdata.resource.issuechange
Provides a Restlet Resource for the DailyProjectData abstraction of changes of Issues .
org.hackystat.dailyprojectdata.resource.issuechange.jaxb - package org.hackystat.dailyprojectdata.resource.issuechange.jaxb
 
org.hackystat.dailyprojectdata.resource.ping - package org.hackystat.dailyprojectdata.resource.ping
Provides the "Ping" resource, which is simply the string "DailyProjectData" in the case of this service.
org.hackystat.dailyprojectdata.resource.snapshot - package org.hackystat.dailyprojectdata.resource.snapshot
Provides a means of getting the latest snapshot of sensor data.
org.hackystat.dailyprojectdata.resource.unittest - package org.hackystat.dailyprojectdata.resource.unittest
Provides a Restlet Resource for the UnitTest DailyProjectData abstraction.
org.hackystat.dailyprojectdata.resource.unittest.jaxb - package org.hackystat.dailyprojectdata.resource.unittest.jaxb
Provides the JAXB classes corresponding to the UnitTest DailyProjectData XML schema.
org.hackystat.dailyprojectdata.server - package org.hackystat.dailyprojectdata.server
Provides the DailyProjectData server.
org.hackystat.dailyprojectdata.test - package org.hackystat.dailyprojectdata.test
Provides a superclass to support testing of the DailyProjectData REST API.
owner - Variable in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
owner - Variable in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
OWNER_PROPERTY_KEY - Static variable in class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
property key of OWNER.

P

PingResource - Class in org.hackystat.dailyprojectdata.resource.ping
The PingResource responds to a GET {host}/ping with the string "DailyProjectData".
PingResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.ping.PingResource
The standard constructor.
PORT_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The dailyprojectdata port key.
priority - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
PRIORITY_PROPERTY_KEY - Static variable in class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
property key of PRIORITY.
project - Variable in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
project - Variable in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
project - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
project - Variable in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
project - Variable in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
project - Variable in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
project - Variable in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
To be retrieved from the URL as the 'project' template parameter, or null.
project - Variable in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
project - Variable in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
project - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
project - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
project - Variable in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
put(String, String, String, String) - Method in class org.hackystat.dailyprojectdata.frontsidecache.FrontSideCache
Adds a (user, dpd) pair to this front-side cache.

R

removeRepresentations() - Method in class org.hackystat.dailyprojectdata.resource.cache.CacheResource
Returns 200 if cache delete command succeeded.
reopened - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.build.BuildResource
Returns a BuildDailyProjectData instance representing the build totals associated with the Project data, or null if not authorized.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.cache.CacheResource
Get is not supported, but the method must be implemented.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.CodeIssueResource
Returns a CodeIssueDailyProjectData instance representing the CodeIssues associated with the Project data, or null if not authorized.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitResource
Returns an CoverageDailyProjectData instance representing the Coverage associated with the Project data, or null if not authorized.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.complexity.ComplexityResource
Returns a ComplexityDailyProjectData instance representing the Complexity associated with each file for the Project data, or null if not authorized.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.coupling.CouplingResource
Returns a CouplingDailyProjectData instance representing the Coupling associated with each URI for the Project data, or null if not authorized.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.coverage.CoverageResource
Returns an CoverageDailyProjectData instance representing the Coverage associated with the Project data for the given day and granularity.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
The Restlet getRepresentation method which must be overridden by all concrete Resources.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.devtime.DevTimeResource
Returns an DevTimeDailyProjectData instance representing the DevTime associated with the Project data, or null if not authorized.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.FileMetricResource
Returns an FileMetricDailyProjectData instance representing the FileMetric associated with the sizeMetric for the Project data, or null if not authorized.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.issue.IssueResource
Returns an IssueDailyProjectData instance representing the Issue associated with the Project data, or null if not authorized.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.IssueChangeResource
Returns an IssueDailyProjectData instance representing the Issue associated with the Project data, or null if not authorized.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.ping.PingResource
Returns the string "DailyProjectData" or "DailyProjectData authenticated", depending upon whether credentials are passed as form parameters and whether they are valid.
represent(Variant) - Method in class org.hackystat.dailyprojectdata.resource.unittest.UnitTestResource
Returns an UnitTestDailyProjectData instance.
requestStartTime - Variable in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
Records the time at which each HTTP request was initiated.
RESTLET_LOGGING_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The Restlet Logging key.

S

SENSORBASE_FULLHOST_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The sensorbase fully qualified host name, such as http://localhost:9876/sensorbase.
SensorDataRefComparator - Class in org.hackystat.dailyprojectdata.resource.snapshot
Comparator that allows SensorDataRefs to be sorted by their timestamp.
SensorDataRefComparator(boolean) - Constructor for class org.hackystat.dailyprojectdata.resource.snapshot.SensorDataRefComparator
Creates a new comparator.
SensorDataSnapshot - Class in org.hackystat.dailyprojectdata.resource.snapshot
This class is deprecated, you should use the SensorBase REST API to retrieve snapshots.
SensorDataSnapshot(SensorBaseClient, String, String, String, Day) - Constructor for class org.hackystat.dailyprojectdata.resource.snapshot.SensorDataSnapshot
Creates a new snapshot.
SensorDataSnapshot(SensorBaseClient, String, String, String, Day, int) - Constructor for class org.hackystat.dailyprojectdata.resource.snapshot.SensorDataSnapshot
Creates a new snapshot.
SensorDataSnapshot(SensorBaseClient, String, String, String, Day, int, String) - Constructor for class org.hackystat.dailyprojectdata.resource.snapshot.SensorDataSnapshot
Creates a new snapshot.
server - Variable in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
The server.
Server - Class in org.hackystat.dailyprojectdata.server
Sets up the HTTP Server process and dispatching to the associated resources.
Server() - Constructor for class org.hackystat.dailyprojectdata.server.Server
 
ServerProperties - Class in org.hackystat.dailyprojectdata.server
Provides access to the values stored in the dailyprojectdata.properties file.
ServerProperties() - Constructor for class org.hackystat.dailyprojectdata.server.ServerProperties
Creates a new ServerProperties instance.
setAfferent(BigInteger) - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
Sets the value of the afferent property.
setClosed(int) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Sets the value of the closed property.
setCommits(int) - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
Sets the value of the commits property.
setComplexityValues(String) - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
Sets the value of the complexityValues property.
setDevTime(BigInteger) - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.MemberData
Sets the value of the devTime property.
setEfferent(BigInteger) - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
Sets the value of the efferent property.
setFailure(int) - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
Sets the value of the failure property.
setFailure(BigInteger) - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
Sets the value of the failure property.
setFileUri(String) - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
Sets the value of the fileUri property.
setFileUri(String) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileData
Sets the value of the fileUri property.
setFromValue(String) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
Sets the value of the fromValue property.
setGranularity(String) - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Sets the value of the granularity property.
setId(int) - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Sets the value of the id property.
setId(int) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeData
Sets the value of the id property.
setIssueType(String) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
Sets the value of the issueType property.
setKey(String) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
Sets the value of the key property.
setLinesAdded(int) - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
Sets the value of the linesAdded property.
setLinesDeleted(int) - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
Sets the value of the linesDeleted property.
setLinesModified(int) - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
Sets the value of the linesModified property.
setMemberUri(String) - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
Sets the value of the memberUri property.
setMemberUri(String) - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
Sets the value of the memberUri property.
setMemberUri(String) - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.MemberData
Sets the value of the memberUri property.
setMemberUri(String) - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
Sets the value of the memberUri property.
setMilestone(String) - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Sets the value of the milestone property.
setName(String) - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
Sets the value of the name property.
setNumCovered(int) - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
Sets the value of the numCovered property.
setNumIssues(int) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
Sets the value of the numIssues property.
setNumUncovered(int) - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
Sets the value of the numUncovered property.
setOpened(int) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Sets the value of the opened property.
setOpenIssues(int) - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
Sets the value of the openIssues property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Sets the value of the owner property.
setOwner(String) - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
Sets the value of the owner property.
setPriority(String) - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Sets the value of the priority property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
Sets the value of the project property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
Sets the value of the project property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Sets the value of the project property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Sets the value of the project property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Sets the value of the project property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Sets the value of the project property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Sets the value of the project property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Sets the value of the project property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
Sets the value of the project property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Sets the value of the project property.
setProject(String) - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
Sets the value of the project property.
setReopened(int) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Sets the value of the reopened property.
setSizeMetric(String) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Sets the value of the sizeMetric property.
setSizeMetricValue(double) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileData
Sets the value of the sizeMetricValue property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
Sets the value of the startTime property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
Sets the value of the startTime property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Sets the value of the startTime property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Sets the value of the startTime property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Sets the value of the startTime property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Sets the value of the startTime property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Sets the value of the startTime property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Sets the value of the startTime property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
Sets the value of the startTime property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
Sets the value of the startTime property.
setStartTime(XMLGregorianCalendar) - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
Sets the value of the startTime property.
setStatus(String) - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Sets the value of the status property.
setStatusError(String, Exception) - Method in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
Called when an error resulting from an exception is caught during processing.
setStatusError(String) - Method in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
Called when an error resulting from an exception is caught during processing.
setSuccess(int) - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
Sets the value of the success property.
setSuccess(BigInteger) - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
Sets the value of the success property.
setTestProperties() - Method in class org.hackystat.dailyprojectdata.server.ServerProperties
Sets the following properties' values to their "test" equivalent.
setTimeout(int) - Method in class org.hackystat.dailyprojectdata.client.DailyProjectDataClient
Sets the timeout value for this client.
setTool(String) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
Sets the value of the tool property.
setTool(String) - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Sets the value of the tool property.
setTool(String) - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Sets the value of the tool property.
setTool(String) - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Sets the value of the tool property.
setTool(String) - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
Sets the value of the tool property.
setTool(String) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Sets the value of the tool property.
setTotal(double) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Sets the value of the total property.
setTotalDevTime(BigInteger) - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Sets the value of the totalDevTime property.
setTotalLines(String) - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
Sets the value of the totalLines property.
setToValue(String) - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
Sets the value of the toValue property.
setType(String) - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
Sets the value of the type property.
setType(String) - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
Sets the value of the type property.
setType(String) - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Sets the value of the type property.
setType(String) - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
Sets the value of the type property.
setType(String) - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
Sets the value of the type property.
setUp() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.TestCodeIssueRestApi
Create data and send to server if we haven't done it already.
setUp() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitData
Setup this test class.
setUp() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitDataContainer
Setup the CoverageData that is tested.
setUp() - Method in class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageData
Setup this test class.
setUp() - Method in class org.hackystat.dailyprojectdata.resource.unittest.TestUnitTestCounter
Sets up testing environment.
setupDataRefs() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataRefComparator
Creates dummy sensor data refs for testing.
setupServer() - Static method in class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataSnapshot
Starts the server, creates the user, and sends the data.
setupServer() - Static method in class org.hackystat.dailyprojectdata.test.DailyProjectDataTestHelper
Starts the server going for these tests.
setUri(String) - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
Sets the value of the uri property.
setUriPattern(String) - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
Sets the value of the uriPattern property.
setUriPattern(String) - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
Sets the value of the uriPattern property.
setUriPattern(String) - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
Sets the value of the uriPattern property.
setUriPattern(String) - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
Sets the value of the uriPattern property.
setUriPattern(String) - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
Sets the value of the uriPattern property.
sizeMetric - Variable in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
sizeMetricValue - Variable in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileData
 
SnapshotBucket - Class in org.hackystat.dailyprojectdata.resource.snapshot
Represents a "bucket" of time that the snapshot uses to query for data.
SnapshotBucket(XMLGregorianCalendar, XMLGregorianCalendar) - Constructor for class org.hackystat.dailyprojectdata.resource.snapshot.SnapshotBucket
Creates a new bucket of time.
startTime - Variable in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
startTime - Variable in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
startTime - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
startTime - Variable in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
startTime - Variable in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
startTime - Variable in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
startTime - Variable in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
startTime - Variable in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
startTime - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
startTime - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
startTime - Variable in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
status - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
STATUS_PROPERTY_KEY - Static variable in class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
property key of STATUS.
success - Variable in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
 
success - Variable in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.MemberData
 

T

teardownServer() - Static method in class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataSnapshot
Deletes the sensordata and the user.
TEST_HOSTNAME_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The test installation key.
TEST_INSTALL_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The test installation key.
TEST_PORT_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The dpd port key during testing.
TEST_SENSORBASE_FULLHOST_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The test installation key.
testAnyQuery() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.TestCodeIssueRestApi
Test that GET {host}/codeissue/{user}/default/{starttime} works properly with no type and tool parameters.
TestBuildRestApi - Class in org.hackystat.dailyprojectdata.resource.build
Tests the Build portion of the DailyProjectData REST API.
TestBuildRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.build.TestBuildRestApi
 
testCacheClientSide() - Method in class org.hackystat.dailyprojectdata.resource.cache.TestCacheRestApi
Tests that client-side cache clearing operations work as expected.
TestCacheRestApi - Class in org.hackystat.dailyprojectdata.resource.cache
Tests the Cache clear.
TestCacheRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.cache.TestCacheRestApi
 
TestCodeIssueRestApi - Class in org.hackystat.dailyprojectdata.resource.codeissue
Tests the CodeIssue portion of the DailyProjectData REST API.
TestCodeIssueRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.codeissue.TestCodeIssueRestApi
 
TestCommitData - Class in org.hackystat.dailyprojectdata.resource.commit
Tests if the CoverageData wraps a SensorData instance as intended.
TestCommitData() - Constructor for class org.hackystat.dailyprojectdata.resource.commit.TestCommitData
 
TestCommitDataContainer - Class in org.hackystat.dailyprojectdata.resource.commit
Tests if the CommitDataContainer stores and returns the correct data based on the wrapped data instances.
TestCommitDataContainer() - Constructor for class org.hackystat.dailyprojectdata.resource.commit.TestCommitDataContainer
 
TestCommitRestApi - Class in org.hackystat.dailyprojectdata.resource.commit
Tests the Commit portion of the DailyProjectData REST API.
TestCommitRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.commit.TestCommitRestApi
 
testCompareAscending() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataRefComparator
Tests the comparing of data refs in ascending order.
testCompareDescending() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataRefComparator
Tests the comparing of data refs in descending order.
testCompareSame() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataRefComparator
Tests the comparing of data refs with the same timestamp.
TestComplexityRestApi - Class in org.hackystat.dailyprojectdata.resource.complexity
Tests the Complexity DPD.
TestComplexityRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.complexity.TestComplexityRestApi
 
TestCouplingRestApi - Class in org.hackystat.dailyprojectdata.resource.coupling
Tests the Coupling DPD.
TestCouplingRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.coupling.TestCouplingRestApi
 
TestCoverageData - Class in org.hackystat.dailyprojectdata.resource.coverage
Tests if the CoverageData wraps a SensorData instance as intended.
TestCoverageData() - Constructor for class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageData
 
testCoverageExtensions() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.TestJAXBExtensions
Test the property manipulation extensions to SensorData.
TestCoverageRestApi - Class in org.hackystat.dailyprojectdata.resource.coverage
Tests the Coverage portion of the DailyProjectData REST API.
TestCoverageRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageRestApi
 
testData1T1 - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
testData1T2 - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
testData2T1 - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
testData2T2 - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
testDataOwner - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
TestDevTimeCounter - Class in org.hackystat.dailyprojectdata.resource.devtime
Tests the DevTimeCounter.
TestDevTimeCounter() - Constructor for class org.hackystat.dailyprojectdata.resource.devtime.TestDevTimeCounter
 
testDevTimeCounter() - Method in class org.hackystat.dailyprojectdata.resource.devtime.TestDevTimeCounter
Test the DevTimeCounter abstraction.
TestDevTimeRestApi - Class in org.hackystat.dailyprojectdata.resource.devtime
Tests the DevTime part of the DailyProjectData REST API.
TestDevTimeRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.devtime.TestDevTimeRestApi
 
testEquals() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitData
Tests the overridden .equals method returns the correct values.
testEquals() - Method in class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageData
Tests the overridden .equals method returns the correct values.
TestFileMetricRestApi - Class in org.hackystat.dailyprojectdata.resource.filemetric
Tests the FileMetric DPD.
TestFileMetricRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.filemetric.TestFileMetricRestApi
 
TestFrontSideCache - Class in org.hackystat.dailyprojectdata.frontsidecache
Simple test class to make sure FrontSideCaching works.
TestFrontSideCache() - Constructor for class org.hackystat.dailyprojectdata.frontsidecache.TestFrontSideCache
 
testFrontSideCache() - Method in class org.hackystat.dailyprojectdata.frontsidecache.TestFrontSideCache
Check to make sure FrontSideCache instantiation, put, get, and clear work.
testGetBuilds() - Method in class org.hackystat.dailyprojectdata.resource.build.TestBuildRestApi
Test that GET {host}/build/{user}/Default/{starttime} works properly.
testGetCommit() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitRestApi
Test that GET {host}/commit/{user}/default/{starttime} works properly.
testGetCommits() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitDataContainer
Tests if the correct amount of commits by a user is returned.
testGetCoverage() - Method in class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageRestApi
Test that GET {host}/coverage/{user}/Default/{starttime} works properly.
testGetCoverageProperty() - Method in class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageData
Tests if the correct Property is returned or that null is returned if the property does not exist.
testGetCovered() - Method in class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageData
Tests if the correct amount of uncovered coverage entities is returned.
testGetData() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitDataContainer
Tests if the all data entries are returned.
testGetLinesAdded() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitData
Tests if the commit data returns the correct amount of lines added.
testGetLinesAdded() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitDataContainer
Tests if the correct amount of lines added are returned.
testGetLinesDeleted() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitData
Tests if the commit data returns the correct amount of lines deleted.
testGetLinesDeleted() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitDataContainer
Tests if the correct amount of lines deleted are returned.
testGetOwners() - Method in class org.hackystat.dailyprojectdata.resource.commit.TestCommitDataContainer
Tests if the correct owners of the wrapped SensorData are returned.
testGetResource() - Method in class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageData
Tests if the resource returned from the wrapper class is the same as the resource in the SensorData instance.
testGetRuntime() - Method in class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageData
Tests if the correct runtime is returned.
testGetUncovered() - Method in class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageData
Tests if the correct amount of uncovered coverage entities is returned.
testGranularityCaseInsensitivity() - Method in class org.hackystat.dailyprojectdata.resource.coverage.TestCoverageData
Tests if the correct coverage data is returned regardless of the granularity's case.
testIsOpenStatus() - Method in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
Test IsOpenStatus().
TestIssueDataParser - Class in org.hackystat.dailyprojectdata.resource.issue
Test IssueDataParser.
TestIssueDataParser() - Constructor for class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
Constructor, prepare the test data.
TestIssueRestApi - Class in org.hackystat.dailyprojectdata.resource.issue
Test Issue REST API.
TestIssueRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.issue.TestIssueRestApi
 
testIssueRestApi() - Method in class org.hackystat.dailyprojectdata.resource.issue.TestIssueRestApi
Constructor, prepare the test data.
TestJAXBExtensions - Class in org.hackystat.dailyprojectdata.resource.coverage.jaxb
 
TestJAXBExtensions() - Constructor for class org.hackystat.dailyprojectdata.resource.coverage.jaxb.TestJAXBExtensions
 
TestMemberBuildCounter - Class in org.hackystat.dailyprojectdata.resource.build
Tests that the MemberBuildCounter counts correctly.
TestMemberBuildCounter() - Constructor for class org.hackystat.dailyprojectdata.resource.build.TestMemberBuildCounter
 
testMemberCounts() - Method in class org.hackystat.dailyprojectdata.resource.build.TestMemberBuildCounter
Tests the successful and failed builds are counted correctly.
TestMemberDevTimeCounter - Class in org.hackystat.dailyprojectdata.resource.devtime
Tests the DevTimeCounter.
TestMemberDevTimeCounter() - Constructor for class org.hackystat.dailyprojectdata.resource.devtime.TestMemberDevTimeCounter
 
testMemberDevTimeCounter() - Method in class org.hackystat.dailyprojectdata.resource.devtime.TestMemberDevTimeCounter
Test the DevTimeCounter abstraction.
testParser() - Method in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
Test parser to parse issue sensordata.
testPing() - Method in class org.hackystat.dailyprojectdata.resource.ping.TestPingRestApi
Test that GET {host}/ping returns "DailyProjectData", and that GET {host}/ping?user={user}&password={password} returns "DailyProjectData authenticated".
TestPingRestApi - Class in org.hackystat.dailyprojectdata.resource.ping
Tests the Ping REST API.
TestPingRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.ping.TestPingRestApi
 
testProject - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
TestSensorDataRefComparator - Class in org.hackystat.dailyprojectdata.resource.snapshot
Tests that the SensorDataRefs are properly compared.
TestSensorDataRefComparator() - Constructor for class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataRefComparator
 
TestSensorDataSnapshot - Class in org.hackystat.dailyprojectdata.resource.snapshot
Tests the functionality of the SensorDataSnapshot.
TestSensorDataSnapshot() - Constructor for class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataSnapshot
 
testSnapshot() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataSnapshot
Tests the getting of the last snapshot of the day.
testSnapshotBucketSize() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataSnapshot
Tests that the number of buckets retrieved during snapshot creation is correct.
testSnapshotWithTool() - Method in class org.hackystat.dailyprojectdata.resource.snapshot.TestSensorDataSnapshot
Test the getting of the last snapshot of the day for a particular tool.
testTime1 - Variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
testTime2 - Variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
testToolQuery() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.TestCodeIssueRestApi
Tests DPD query with only tool.
testToolTypeQuery() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.TestCodeIssueRestApi
Tests DPD query with tool and type.
testTypeQuery() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.TestCodeIssueRestApi
Tests DPD query where type is specified.
TestUnitTestCounter - Class in org.hackystat.dailyprojectdata.resource.unittest
Test UnitTestDPDCounter class.
TestUnitTestCounter() - Constructor for class org.hackystat.dailyprojectdata.resource.unittest.TestUnitTestCounter
 
TestUnitTestRestApi - Class in org.hackystat.dailyprojectdata.resource.unittest
Runs test to exercise DPDResource.
TestUnitTestRestApi() - Constructor for class org.hackystat.dailyprojectdata.resource.unittest.TestUnitTestRestApi
 
testUser1 - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
testUser2 - Static variable in class org.hackystat.dailyprojectdata.resource.issue.TestIssueDataParser
 
timestamp - Variable in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
To be retrieved from the URL as the 'timestamp' template parameter, or null.
TIMESTAMP_SEPARATOR - Static variable in class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
timestamp separator in property value.
tool - Variable in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
 
tool - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
tool - Variable in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
tool - Variable in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
tool - Variable in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
tool - Variable in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
toString() - Method in class org.hackystat.dailyprojectdata.resource.commit.CommitData
Returns the string representation of this data object, which is useful for debugging purposes.
toString() - Method in class org.hackystat.dailyprojectdata.resource.coverage.CoverageData
Returns the string representation of this data object, which is useful for debugging purposes.
total - Variable in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
totalDevTime - Variable in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
totalLines - Variable in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.FileData
 
toValue - Variable in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
 
type - Variable in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
type - Variable in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
type - Variable in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
type - Variable in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
type - Variable in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueData
 
TYPE_PROPERTY_KEY - Static variable in class org.hackystat.dailyprojectdata.resource.issue.IssueDataParser
property key of TYPE.

U

UnitTestCounter - Class in org.hackystat.dailyprojectdata.resource.unittest
A data structure that collects the Unit Test pass and fail counts for each member.
UnitTestCounter() - Constructor for class org.hackystat.dailyprojectdata.resource.unittest.UnitTestCounter
Standard constructor does pretty much nothing.
UnitTestDailyProjectData - Class in org.hackystat.dailyprojectdata.resource.unittest.jaxb
Java class for anonymous complex type.
UnitTestDailyProjectData() - Constructor for class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
UnitTestResource - Class in org.hackystat.dailyprojectdata.resource.unittest
Implements the Resource for processing GET {host}/unittest/{user}/{projectname}/{timestamp} requests.
UnitTestResource(Context, Request, Response) - Constructor for class org.hackystat.dailyprojectdata.resource.unittest.UnitTestResource
The standard constructor.
UnitTestTestHelper - Class in org.hackystat.dailyprojectdata.resource.unittest
Used by the tests in UnitTestDPD module.
UnitTestTestHelper() - Constructor for class org.hackystat.dailyprojectdata.resource.unittest.UnitTestTestHelper
 
unsetChangedItem() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeData
 
unsetCodeIssueData() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
unsetCommits() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
unsetConstructData() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.CoverageDailyProjectData
 
unsetCouplingData() - Method in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
 
unsetFailure() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
 
unsetFileData() - Method in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
unsetFileData() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
unsetIssueChangeData() - Method in class org.hackystat.dailyprojectdata.resource.issuechange.jaxb.IssueChangeDailyProjectData
 
unsetIssueData() - Method in class org.hackystat.dailyprojectdata.resource.issue.jaxb.IssueDailyProjectData
 
unsetLinesAdded() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
unsetLinesDeleted() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
unsetLinesModified() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.MemberData
 
unsetMemberData() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.BuildDailyProjectData
 
unsetMemberData() - Method in class org.hackystat.dailyprojectdata.resource.commit.jaxb.CommitDailyProjectData
 
unsetMemberData() - Method in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
unsetMemberData() - Method in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
unsetNumCovered() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
 
unsetNumIssues() - Method in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueData
 
unsetNumUncovered() - Method in class org.hackystat.dailyprojectdata.resource.coverage.jaxb.ConstructData
 
unsetSuccess() - Method in class org.hackystat.dailyprojectdata.resource.build.jaxb.MemberData
 
unsetTotal() - Method in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
uri - Variable in class org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingData
 
uriPattern - Variable in class org.hackystat.dailyprojectdata.resource.codeissue.jaxb.CodeIssueDailyProjectData
 
uriPattern - Variable in class org.hackystat.dailyprojectdata.resource.complexity.jaxb.ComplexityDailyProjectData
 
uriPattern - Variable in class org.hackystat.dailyprojectdata.resource.devtime.jaxb.DevTimeDailyProjectData
 
uriPattern - Variable in class org.hackystat.dailyprojectdata.resource.filemetric.jaxb.FileMetricDailyProjectData
 
uriPattern - Variable in class org.hackystat.dailyprojectdata.resource.unittest.jaxb.UnitTestDailyProjectData
 
uriString - Variable in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
 
uriUser - Variable in class org.hackystat.dailyprojectdata.resource.dailyprojectdata.DailyProjectDataResource
To be retrieved from the URL as the 'email' template parameter, or null.

X

XML_DIR_KEY - Static variable in class org.hackystat.dailyprojectdata.server.ServerProperties
The XML directory key.

A B C D E F G H I K L M N O P R S T U X