Class SlackUserProperty

java.lang.Object
hudson.model.UserProperty
jenkins.plugins.slack.user.SlackUserProperty
All Implemented Interfaces:
ExtensionPoint, Describable<UserProperty>, ReconfigurableDescribable<UserProperty>

public class SlackUserProperty extends UserProperty
  • Constructor Details

    • SlackUserProperty

      @DataBoundConstructor public SlackUserProperty()
  • Method Details

    • getUserId

      @Exported public String getUserId()
    • setUserId

      @DataBoundSetter public void setUserId(String userId)
    • getDisableNotifications

      @Exported public boolean getDisableNotifications()
    • setDisableNotifications

      @DataBoundSetter public void setDisableNotifications(boolean disableNotifications)