public class InstanceConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
TrackingLevel |
defectTrackingLevel
The level at which DetailEstimate, ToDo and Effort are tracked for
Defects.
|
boolean |
effortTrackingEnabled
True if Effort Tracking is enabled (Effort Records can be created and
Saved), otherwise false.
|
int |
maximumAttachmentSize
The maximum size of an attachment the instance will accept before
returning an error.
|
TrackingLevel |
storyTrackingLevel
The level at which DetailEstimate, ToDo and Effort are tracked for
Stories.
|
public final boolean effortTrackingEnabled
public final TrackingLevel storyTrackingLevel
public final TrackingLevel defectTrackingLevel
public final int maximumAttachmentSize
Copyright © 2013 Version One, Inc.. All rights reserved.