What is the definition of GlideUpdateSetWorker class?

Artemis15
Kilo Guru

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

6 REPLIES 6

Gurpreet07
Mega Sage

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


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


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.


No Evan, I still didn't find about this.