public interface IV1Configuration
Modifier and Type | Interface and Description |
---|---|
static class |
IV1Configuration.TrackingLevel
Enumeration of tracking levels
|
Modifier and Type | Method and Description |
---|---|
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
|
boolean isEffortTracking() throws ConnectionException, APIException
true
if EffortTracking is enabled, false
- otherwise.APIException
- if any problems occur with reading settingsConnectionException
- if any connection problems occurIV1Configuration.TrackingLevel getStoryTrackingLevel() throws ConnectionException, APIException
APIException
- if any problems occur with reading settingsConnectionException
- if any connection problems occurIV1Configuration.TrackingLevel getDefectTrackingLevel() throws ConnectionException, APIException
APIException
- if any problems occur with reading settingsConnectionException
- if any connection problems occurint getMaxAttachmentSize() throws ConnectionException, APIException
APIException
- if any problems occur with building XML documentConnectionException
- if any connection problems occurCopyright © 2015 VersionOne, Inc.. All rights reserved.