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

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

There is a newer version: 1.59.99.2
Show newest version
package org.kohsuke.github;

/**
 * The response that is returned when updating
 * repository content.
**/
public class GHContentUpdateResponse {
    private GHContent content;
    private GHCommit commit;

    public GHContent getContent() {
        return content;
    }

    public GHCommit getCommit() {
        return commit;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy