If the parent object has a _api.jelly view, it will be included in the api index page. @author Kohsuke Kawaguchi @see Exported
169170171172173174175
return clone; } public Api getApi() { return new Api(this); }
503504505506507508509
} return result; } public Api getApi() { return new Api(this); }
1045104610471048104910501051
* Gets the remote API for this build result. * * @return the remote API */ public Api getApi() { return new Api(this); }
85868788899091
/** * Expose {@link SCM} to the remote API. */ public Api getApi() { return new Api(this); }
148149150151152153154
public static DescriptorExtensionList<CrumbIssuer, Descriptor<CrumbIssuer>> all() { return Hudson.getInstance().<CrumbIssuer, Descriptor<CrumbIssuer>>getDescriptorList(CrumbIssuer.class); } public Api getApi() { return new Api(this); }
117118119120121122123
/** * Gets api. * @return the api. */ public Api getApi() { return new Api(this); }