|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetOption | |
---|---|
com.microsoft.tfs.core.clients.build | |
com.microsoft.tfs.core.clients.build.soapextensions |
Uses of GetOption in com.microsoft.tfs.core.clients.build |
---|
Methods in com.microsoft.tfs.core.clients.build that return GetOption | |
---|---|
GetOption |
IQueuedBuild.getGetOption()
The time for which sources should be retrieved for the queued build - either QueueTime, BuildTime, or CustomTime. |
GetOption |
IBuildRequest.getGetOption()
Specifies how sources should be retrieved for the requested build - either LatestOnQueue - get the latest sources as of the time the build was queued, LatestOnBuild - get the latest sources as of the time the build starts, or Custom - If you set this to custom, you must specify a valid VersionSpec in the CustomGetVersion field. |
Methods in com.microsoft.tfs.core.clients.build with parameters of type GetOption | |
---|---|
void |
IBuildRequest.setGetOption(GetOption value)
|
Uses of GetOption in com.microsoft.tfs.core.clients.build.soapextensions |
---|
Fields in com.microsoft.tfs.core.clients.build.soapextensions declared as GetOption | |
---|---|
static GetOption |
GetOption.CUSTOM
|
static GetOption |
GetOption.LATEST_ON_BUILD
|
static GetOption |
GetOption.LATEST_ON_QUEUE
|
Methods in com.microsoft.tfs.core.clients.build.soapextensions that return GetOption | |
---|---|
static GetOption |
GetOption.fromWebServiceObject(ms.tfs.build.buildservice._04._GetOption webServiceObject)
Gets the correct wrapper type for the given web service object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |