com.jdroid.java.context
Class GitContext

java.lang.Object
  extended by com.jdroid.java.context.GitContext

public class GitContext
extends Object


Method Summary
static GitContext get()
           
 String getBranch()
           
 String getBuildTime()
           
 String getCommitId()
           
 String getCommitTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static GitContext get()
Returns:
The GitContext instance

getCommitTime

public String getCommitTime()

getBuildTime

public String getBuildTime()

getCommitId

public String getCommitId()

getBranch

public String getBranch()


Copyright © 2014. All rights reserved.