If the parent object has a _api.jelly view, it will be included in the api index page. @author Kohsuke Kawaguchi @see Exported
182183184185186187188
protected Permission getPermission() { return REDEPLOY; } public Api getApi() { return new Api(this); }
160161162163164165166
strategy = createPluginStrategy(); } public Api getApi() { return new Api(this); }
24252627282930
@Extension @ExportedBean public class WhoAmI implements UnprotectedRootAction { public Api getApi() { return new Api(this); }
87888990919293
/** * Expose {@link SCM} to the remote API. */ public Api getApi() { return new Api(this); }
961962963964965966967
public boolean hasPeople() { return View.People.isApplicable(items.values()); } public Api getApi() { return new Api(this); }
201202203204205206207
this.dependencies = dependencies; this.optionalDependencies = optionalDependencies; } public Api getApi() { return new Api(this); }
286287288289290291292
FingerprintMap map = Jenkins.getInstance().getFingerprintMap(); map.getOrCreate(build,fileName,md5sum); } public Api getApi() { return new Api(this); }
151152153154155156157
public static DescriptorExtensionList<CrumbIssuer, Descriptor<CrumbIssuer>> all() { return Jenkins.getInstance().<CrumbIssuer, Descriptor<CrumbIssuer>>getDescriptorList(CrumbIssuer.class); } public Api getApi() { return new Api(this); }
213214215216217218219
public HostnameResolver getHostnameResolver() { return hostnameResolver; } public Api getApi() { return new Api(this); }
43444546474849
public WallDisplayPlugin() { } public Api getApi() { return new Api(this); }