Package hudson.model

Examples of hudson.model.Api


    protected Permission getPermission() {
        return REDEPLOY;
    }

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


       
        strategy = createPluginStrategy();
    }

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

@Extension
@ExportedBean
public class WhoAmI implements UnprotectedRootAction {
   
    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 boolean hasPeople() {
        return View.People.isApplicable(items.values());
    }

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

    this.dependencies = dependencies;
    this.optionalDependencies = optionalDependencies;
    }

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

        FingerprintMap map = Jenkins.getInstance().getFingerprintMap();
        map.getOrCreate(build,fileName,md5sum);
    }

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

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

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

    public HostnameResolver getHostnameResolver() {
        return hostnameResolver;
    }

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

    public WallDisplayPlugin() {
    }

    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.