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
Nested ClassesModifier and TypeClassDescriptionstatic classPer user property that contains -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) voiddoStopWatching(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) AbstractProject<?,?> booleanbooleanisWatching(User user) voidvoid
-
Constructor Details
-
EmailExtWatchAction
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein 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:
IOExceptionjakarta.servlet.ServletException
-
startWatching
- Throws:
IOException
-
stopWatching
- Throws:
IOException
-
isWatching
- Throws:
IOException
-