public class WebhookJobProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Constructor and Description |
---|
WebhookJobProperty(List<Webhook> webhooks) |
Modifier and Type | Method and Description |
---|---|
WebhookJobPropertyDescriptor |
getDescriptor() |
List<Webhook> |
getWebhooks() |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
public WebhookJobPropertyDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.model.JobProperty<?>>
getDescriptor
in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
public boolean prebuild(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
prebuild
in interface hudson.tasks.BuildStep
prebuild
in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Copyright © 2004-2015. All Rights Reserved.