Class WebhookPublisher

All Implemented Interfaces:
ExtensionPoint, Describable<Publisher>, BuildStep

public class WebhookPublisher extends Notifier
Author: jammehcow. Date: 22/04/17.
  • Constructor Details

    • WebhookPublisher

      @DataBoundConstructor public WebhookPublisher(String webhookURL, String thumbnailURL, boolean sendOnStateChange, String statusTitle, String notes, String branchName, String customAvatarUrl, String customUsername, boolean sendOnStateFailed, boolean sendOnlyFailed, boolean enableUrlLinking, boolean enableArtifactList, boolean enableFooterInfo, boolean showChangeset, boolean sendLogFile, boolean sendStartNotification, String scmWebUrl)
  • Method Details