com.atlassian.greenhopper.util
Interface BuildProperties

All Known Implementing Classes:
BuildPropertiesImpl

public interface BuildProperties

Provides access to GreenHopper build properties


Method Summary
 org.joda.time.DateTime getBuildDate()
          Get the build date.
 java.lang.String getChangeSet()
          Get the change set this build is made of.
 java.lang.String getChangeSetDate()
          Get the commit date of the change set
 java.lang.String getVersion()
          Get the version of this build
 

Method Detail

getVersion

java.lang.String getVersion()
Get the version of this build


getBuildDate

org.joda.time.DateTime getBuildDate()
Get the build date.


getChangeSet

java.lang.String getChangeSet()
Get the change set this build is made of. Note that a + after the changeset indicates locally changed sources!

Returns:
the changeset id

getChangeSetDate

java.lang.String getChangeSetDate()
Get the commit date of the change set



Copyright © 2007-2012 Atlassian. All Rights Reserved.