org.kohsuke.github
Class GHContentUpdateResponse

java.lang.Object
  extended by org.kohsuke.github.GHContentUpdateResponse

public class GHContentUpdateResponse
extends Object

The response that is returned when updating repository content.


Constructor Summary
GHContentUpdateResponse()
           
 
Method Summary
 GHCommit getCommit()
           
 GHContent getContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHContentUpdateResponse

public GHContentUpdateResponse()
Method Detail

getContent

public GHContent getContent()

getCommit

public GHCommit getCommit()


Copyright © 2014. All rights reserved.