Examples of Api


Examples of hudson.model.Api

    protected Permission getPermission() {
        return REDEPLOY;
    }

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

Examples of hudson.model.Api

       
        strategy = createPluginStrategy();
    }

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

Examples of hudson.model.Api

@Extension
@ExportedBean
public class WhoAmI implements UnprotectedRootAction {
   
    public Api getApi() {
        return new Api(this);
    }
View Full Code Here

Examples of hudson.model.Api

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

Examples of hudson.model.Api

    public boolean hasPeople() {
        return View.People.isApplicable(items.values());
    }

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

Examples of hudson.model.Api

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

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

Examples of hudson.model.Api

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

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

Examples of hudson.model.Api

    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

Examples of hudson.model.Api

    public HostnameResolver getHostnameResolver() {
        return hostnameResolver;
    }

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

Examples of hudson.model.Api

    public WallDisplayPlugin() {
    }

    public Api getApi() {
        return new Api(this);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.