Package org.jenkinsci.plugins.pollscm
Class PollNowAction
java.lang.Object
org.jenkinsci.plugins.pollscm.PollNowAction
- All Implemented Interfaces:
Action
,ModelObject
-
Field Details
-
POLL
-
-
Constructor Details
-
PollNowAction
-
-
Method Details
-
getTrigger
-
getOwner
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
doPolling
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public void doPolling(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException, jakarta.servlet.ServletException Schedules a new SCM polling command.- Throws:
IOException
jakarta.servlet.ServletException
-