|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.workitemconfiguration.WorkItemConfigurationSettingsClient
public class WorkItemConfigurationSettingsClient
Accesses the Team Foundation Server work item configurations settings web service. Currently only able to query limits on work item sizes.
Constructor Summary | |
---|---|
WorkItemConfigurationSettingsClient(ms.tfs.workitemtracking.configurationsettingsservice._03._ConfigurationSettingsServiceSoap webService)
|
Method Summary | |
---|---|
long |
getMaxAttachmentSize()
Gets the cached maximum work item attachment size. |
long |
updateMaxAttachmentSize()
Updates the maximum work item attachment size from the web service, and returns the new value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkItemConfigurationSettingsClient(ms.tfs.workitemtracking.configurationsettingsservice._03._ConfigurationSettingsServiceSoap webService)
Method Detail |
---|
public long getMaxAttachmentSize()
updateMaxAttachmentSize()
and use the
value it returns (or subsequently call this method).
updateMaxAttachmentSize()
)public long updateMaxAttachmentSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |