Package jenkins.plugins.logstash
Class LogstashJobProperty
- java.lang.Object
-
- hudson.model.JobProperty<Job<?,?>>
-
- jenkins.plugins.logstash.LogstashJobProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
public class LogstashJobProperty extends JobProperty<Job<?,?>>
This JobProperty is a marker to decide if logs should be sent to an indexer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogstashJobProperty.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.JobProperty
owner
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description LogstashJobProperty()
-
Method Summary
-
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
-