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 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


Copyright © 2007-2014 Atlassian. All Rights Reserved.