Package hudson.plugins.emailext.watching
Class EmailExtWatchAction
java.lang.Object
hudson.plugins.emailext.watching.EmailExtWatchAction
- All Implemented Interfaces:
Action
,ModelObject
- Author:
- acearl
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Per user property that contains -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doConfigSubmit
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) void
doStopWatching
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) AbstractProject<?,
?> boolean
boolean
isWatching
(User user) void
void
-
Constructor Details
-
EmailExtWatchAction
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getProject
-
isWatching
public boolean isWatching() -
getTriggers
-
getJobProperty
- Throws:
IOException
-
getMailerProperty
-
getPublisher
-
doStopWatching
@POST public void doStopWatching(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException - Throws:
IOException
-
doConfigSubmit
public void doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException, jakarta.servlet.ServletException - Throws:
IOException
jakarta.servlet.ServletException
-
startWatching
- Throws:
IOException
-
stopWatching
- Throws:
IOException
-
isWatching
- Throws:
IOException
-