Class EmailExtWatchJobProperty

java.lang.Object
hudson.model.JobProperty<Job<?,?>>
hudson.plugins.emailext.watching.EmailExtWatchJobProperty
All Implemented Interfaces:
ExtensionPoint, Describable<JobProperty<?>>, ReconfigurableDescribable<JobProperty<?>>, BuildStep

public class EmailExtWatchJobProperty extends JobProperty<Job<?,?>>
Created by acearl on 12/4/2014.
  • Constructor Details

    • EmailExtWatchJobProperty

      public EmailExtWatchJobProperty()
  • Method Details

    • getJobActions

      @NonNull public Collection<Action> getJobActions(Job<?,?> job)
      Overrides:
      getJobActions in class JobProperty<Job<?,?>>
    • getWatchers

      public List<String> getWatchers()
    • addWatcher

      public void addWatcher(User user)
    • removeWatcher

      public void removeWatcher(User user)
    • isWatching

      public boolean isWatching(User user)