Class DockerHubWebHook

    • Field Detail

      • URL_NAME

        public static final String URL_NAME
        The namespace under Jenkins context path that this Action is bound to.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DockerHubWebHook

        public DockerHubWebHook()
    • Method Detail

      • doDebug

        public void doDebug​(@QueryParameter(required=true)
                            String image,
                            org.kohsuke.stapler.StaplerResponse response)
                     throws IOException
        Helper for development without Dockerub integration.
        Parameters:
        image - the docker image to trigger
        response - to send a redirect to
        Throws:
        IOException - if so
      • getUrlName

        public String getUrlName()