Klasse SimpleReferenceRecorder.SimpleReferenceRecorderDescriptor
java.lang.Object
hudson.model.Descriptor<Publisher>
hudson.tasks.BuildStepDescriptor<Publisher>
io.jenkins.plugins.forensics.reference.SimpleReferenceRecorder.SimpleReferenceRecorderDescriptor
- Umschließende Klasse:
SimpleReferenceRecorder
@Extension
@Symbol("discoverReferenceBuild")
public static class SimpleReferenceRecorder.SimpleReferenceRecorderDescriptor
extends BuildStepDescriptor<Publisher>
Descriptor for this step: defines the context and the UI data binding and validation.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Feldübersicht
Von Klasse geerbte Felder hudson.model.Descriptor
clazz
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungCreates a new descriptor with the concrete services.protected
SimpleReferenceRecorderDescriptor
(io.jenkins.plugins.util.JenkinsFacade jenkins) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdoCheckReferenceJob
(BuildableItem project, String referenceJob) Performs on-the-fly validation of the reference job.doFillReferenceJobItems
(BuildableItem project) Returns the model with the possible reference jobs.doFillRequiredResultItems
(BuildableItem project) Returns the model with the possible build results.boolean
isApplicable
(Class<? extends AbstractProject> jobType) Von Klasse geerbte Methoden hudson.tasks.BuildStepDescriptor
filter
Von Klasse geerbte Methoden hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Konstruktordetails
-
SimpleReferenceRecorderDescriptor
public SimpleReferenceRecorderDescriptor()Creates a new descriptor with the concrete services. -
SimpleReferenceRecorderDescriptor
protected SimpleReferenceRecorderDescriptor(io.jenkins.plugins.util.JenkinsFacade jenkins)
-
-
Methodendetails
-
getDisplayName
- Setzt außer Kraft:
getDisplayName
in KlasseDescriptor<Publisher>
-
isApplicable
- Angegeben von:
isApplicable
in KlasseBuildStepDescriptor<Publisher>
-
doFillReferenceJobItems
Returns the model with the possible reference jobs.- Parameter:
project
- the project that is configured- Gibt zurück:
- the model with the possible reference jobs
-
doCheckReferenceJob
@POST public FormValidation doCheckReferenceJob(@AncestorInPath BuildableItem project, @QueryParameter String referenceJob) Performs on-the-fly validation of the reference job.- Parameter:
project
- the project that is configuredreferenceJob
- the reference job- Gibt zurück:
- the validation result
-
doFillRequiredResultItems
Returns the model with the possible build results.- Parameter:
project
- the project that is configured- Gibt zurück:
- the model with the possible build results
-