Package hudson.model

Examples of hudson.model.Api


        return clone;
    }

    public Api getApi() {
        return new Api(this);
    }
View Full Code Here


        }
        return result;
    }

    public Api getApi() {
        return new Api(this);
    }
View Full Code Here

     * Gets the remote API for this build result.
     *
     * @return the remote API
     */
    public Api getApi() {
        return new Api(this);
    }
View Full Code Here

    /**
     * Expose {@link SCM} to the remote API.
     */
    public Api getApi() {
        return new Api(this);
    }
View Full Code Here

    public static DescriptorExtensionList<CrumbIssuer, Descriptor<CrumbIssuer>> all() {
        return Hudson.getInstance().<CrumbIssuer, Descriptor<CrumbIssuer>>getDescriptorList(CrumbIssuer.class);
    }

    public Api getApi() {
        return new Api(this);
    }
View Full Code Here

    /**
     * Gets api.
     * @return the api.
     */
    public Api getApi() {
        return new Api(this);
    }
View Full Code Here

TOP

Related Classes of hudson.model.Api

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.