What is the definition of GlideUpdateSetWorker class?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2015 02:05 AM
Hi,
I'm trying to automate the update set deployment like Team deployment. I looked into Team Development pulling UI Action code and found there that It is using "GlideUpdateSetWorker" class.
I'm keen to learn about this class methods so that I can drive a better solution.
--
Cheers,
AR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2015 02:44 AM
I don't even know much about this class . You need to explore more on community and wiki but i could provide you with names of all methods of this class.
initProgressFields
setCannotCancel
createUpdateSets
setProgressState
toString
wait
setMyUpdateSet
getRemoteUpdateSetMap
setLimitSet
getClass
setProgressStateCode
hashCode
setWorkTypeToBackOut
notify
getUpdateArray
setProgressName
setProgressErrorState
isCancelled
getOutputSummary
ensureInstanceID
getProgressMessage
start
isUncancelable
getPassword
setProgressTable
equals
getProgressState
remoteUpdateSetCommit
setProgressError
setProgressMessage
setUpdateSourceSysId
setBackground
notifyAll
getWorkerThreadID
validateConnection
isError
setUpdateSetSysId
getLimitSet
getProgressID
setOutputSummary
isStarting
loadProgressWorker
getProgressTable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2015 01:50 AM
Thanks for info and providing all the methods. I already found all these methods. I wanna know about this class than only I can use this class methods.
--
Cheers,
AR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2015 08:43 AM
Did you ever figure this out? I'm trying to add custom fields to update set records and move them over from our Development Instance to our Test Instance to our Production Instance. But I can't seem to figure out how to specify which fields to move over.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2015 08:17 AM
No Evan, I still didn't find about this.