public class EmailExtWatchJobProperty
extends hudson.model.JobProperty<hudson.model.Job<?,?>>
Modifier and Type | Class and Description |
---|---|
static class |
EmailExtWatchJobProperty.DescriptorImpl |
Constructor and Description |
---|
EmailExtWatchJobProperty() |
Modifier and Type | Method and Description |
---|---|
void |
addWatcher(hudson.model.User user) |
Collection<hudson.model.Action> |
getJobActions(hudson.model.Job<?,?> job) |
List<String> |
getWatchers() |
boolean |
isWatching(hudson.model.User user) |
void |
removeWatcher(hudson.model.User user) |
public Collection<hudson.model.Action> getJobActions(hudson.model.Job<?,?> job)
getJobActions
in class hudson.model.JobProperty<hudson.model.Job<?,?>>
public void addWatcher(hudson.model.User user)
public void removeWatcher(hudson.model.User user)
public boolean isWatching(hudson.model.User user)
Copyright © 2016. All rights reserved.