Class EiffelActivityJobProperty
- java.lang.Object
-
- hudson.model.JobProperty<J>
-
- jenkins.model.OptionalJobProperty<Job<?,?>>
-
- com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.EiffelActivityJobProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
public class EiffelActivityJobProperty extends OptionalJobProperty<Job<?,?>>
AnOptionalJobProperty
that can be used to populate additional members in in the Eiffel activity events emitted for the builds of a job.Also defines a
eiffelActivity
pipeline step that can be used to set the properties via pipeline code:properties([ eiffelActivity(categories: ['a', 'b']) ])
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EiffelActivityJobProperty.EiffelActivityJobPropertyDescriptor
-
Nested classes/interfaces inherited from class jenkins.model.OptionalJobProperty
OptionalJobProperty.OptionalJobPropertyDescriptor
-
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 EiffelActivityJobProperty(List<String> categories)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getCategories()
void
setCategories(List<String> categories)
-
Methods inherited from class jenkins.model.OptionalJobProperty
getDescriptor
-
Methods inherited from class hudson.model.JobProperty
getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
-