All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kohsuke.github.GHDeployment Maven / Gradle / Ivy

The newest version!
package org.kohsuke.github;

public class GHDeployment {
    private GHRepository owner;
    private GitHub root;

    GHDeployment wrap(GHRepository owner) {
        this.owner = owner;
        this.root = owner.root;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy