@Extension public class RepositoryCloneProgressEndpoint extends Object implements io.jenkins.blueocean.RootRoutable
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
RepositoryCloneProgressEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
cancelClone(org.kohsuke.stapler.StaplerRequest req) |
org.kohsuke.stapler.HttpResponse |
getProgress(org.kohsuke.stapler.StaplerRequest req) |
String |
getUrlName() |
public String getUrlName()
getUrlName in interface io.jenkins.blueocean.Routable@GET @WebMethod(name="") public org.kohsuke.stapler.HttpResponse getProgress(org.kohsuke.stapler.StaplerRequest req)
@DELETE @WebMethod(name="") public org.kohsuke.stapler.HttpResponse cancelClone(org.kohsuke.stapler.StaplerRequest req)
Copyright © 2016–2018. All rights reserved.