Class WebhookJobProperty
- java.lang.Object
-
- hudson.model.JobProperty<AbstractProject<?,?>>
-
- jenkins.plugins.office365connector.WebhookJobProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
public class WebhookJobProperty extends JobProperty<AbstractProject<?,?>>
Job Property.
-
-
Nested Class Summary
-
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 WebhookJobProperty(List<Webhook> webhooks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Webhook>
getWebhooks()
boolean
prebuild(AbstractBuild<?,?> run, BuildListener listener)
-
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, reconfigure, setOwner
-
-
-
-
Method Detail
-
prebuild
public boolean prebuild(AbstractBuild<?,?> run, BuildListener listener)
- Specified by:
prebuild
in interfaceBuildStep
- Overrides:
prebuild
in classJobProperty<AbstractProject<?,?>>
-
-