public class V1Configuration extends Object implements IV1Configuration
IV1Configuration.TrackingLevel
Constructor and Description |
---|
V1Configuration(IAPIConnector connector)
Creates V1Configuration object
|
V1Configuration(V1Connector connector) |
Modifier and Type | Method and Description |
---|---|
String |
getCapacityPlanning()
Gets capacity planning setting.
|
IV1Configuration.TrackingLevel |
getDefectTrackingLevel()
Gets level of Defect tracking.
|
int |
getMaxAttachmentSize()
Gets maximum size of attachment file.
|
IV1Configuration.TrackingLevel |
getStoryTrackingLevel()
Gets level of Story tracking.
|
boolean |
isEffortTracking()
Gets EffortTracking
|
public V1Configuration(IAPIConnector connector)
connector
- used to access to VersionOne serverpublic V1Configuration(V1Connector connector)
public boolean isEffortTracking() throws ConnectionException, APIException
isEffortTracking
in interface IV1Configuration
true
if EffortTracking is enabled, false
- otherwise.APIException
- if any problems occur with reading settingsConnectionException
- if any connection problems occurpublic IV1Configuration.TrackingLevel getStoryTrackingLevel() throws ConnectionException, APIException
getStoryTrackingLevel
in interface IV1Configuration
APIException
- if any problems occur with reading settingsConnectionException
- if any connection problems occurpublic IV1Configuration.TrackingLevel getDefectTrackingLevel() throws ConnectionException, APIException
getDefectTrackingLevel
in interface IV1Configuration
APIException
- if any problems occur with reading settingsConnectionException
- if any connection problems occurpublic int getMaxAttachmentSize() throws ConnectionException, APIException
getMaxAttachmentSize
in interface IV1Configuration
APIException
- if any problems occur with reading settingsConnectionException
- if any connection problems occurpublic String getCapacityPlanning() throws ConnectionException, APIException
APIException
- if any problems occur with reading settingsConnectionException
- if any connection problems occurCopyright © 2015 VersionOne, Inc.. All rights reserved.