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 selectedvoid
void
setRemoteJobName
(String remoteJobName) void
setRemoteJobUrl
(String remoteJobUrl) void
setRemoteServer
(String remoteServer) void
setResultChecks
(List<ResultCheck> resultChecks) void
setTriggerResults
(List<Boolean> triggerResults) spec set triggerResults with checked listvoid
-
Constructor Details
-
RemoteJobInfo
@DataBoundConstructor public RemoteJobInfo()
-
-
Method Details
-
getDescriptor
Gets the descriptor for this instance.Descriptor
is a singleton for every concreteDescribable
implementation, 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:
getDescriptor
in 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
-