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
An
OptionalJobProperty 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 ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class jenkins.model.OptionalJobProperty
OptionalJobProperty.OptionalJobPropertyDescriptorNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.JobProperty
ownerFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jenkins.model.OptionalJobProperty
getDescriptorMethods inherited from class hudson.model.JobProperty
getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
Constructor Details
-
EiffelActivityJobProperty
-
-
Method Details
-
getCategories
-
setCategories
-