Class RemoteJobInfo
java.lang.Object
io.jenkins.plugins.remote.result.trigger.RemoteJobInfo
- All Implemented Interfaces:
Describable<RemoteJobInfo>,Serializable
Remote Job Configuration
- Author:
- HW
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the descriptor for this instance.getId()Deprecated.getUid()isTriggerResultChecked(String result) Check if selectedvoidvoidsetRemoteJobName(String remoteJobName) voidsetRemoteJobUrl(String remoteJobUrl) voidsetRemoteServer(String remoteServer) voidsetResultChecks(List<ResultCheck> resultChecks) voidsetTriggerResults(List<Boolean> triggerResults) spec set triggerResults with checked listvoidvoidupdateId()
-
Constructor Details
-
RemoteJobInfo
@DataBoundConstructor public RemoteJobInfo()
-
-
Method Details
-
getDescriptor
Gets the descriptor for this instance.Descriptoris a singleton for every concreteDescribableimplementation, so ifa.getClass() == b.getClass()then by defaulta.getDescriptor() == b.getDescriptor()as well. (In rare cases a single implementation class may be used for instances with distinct descriptors.)- Specified by:
getDescriptorin interfaceDescribable<RemoteJobInfo>
-
getId
-
setId
-
getRemoteServer
-
setRemoteServer
-
getRemoteJobName
Deprecated. -
getRemoteJobUrl
-
setRemoteJobUrl
-
setRemoteJobName
-
getUid
-
setUid
-
getTriggerResults
-
getResultChecks
-
setResultChecks
-
isTriggerResultChecked
Check if selected- Parameters:
result- need check result- Returns:
- is selected
-
setTriggerResults
spec set triggerResults with checked list- Parameters:
triggerResults- trigger result list
-
updateId
public void updateId()
-