hudson.plugins.release
Interface ReleaseVersionValue

All Known Implementing Classes:
ReleaseStringParameterValue

public interface ReleaseVersionValue

Interface used by the release plugin to recognize a parameter value that can be used to extract the version of the release build.

Author:
Peter Hayes

Method Summary
 java.lang.String getReleaseVersion()
          Get the release version
 

Method Detail

getReleaseVersion

java.lang.String getReleaseVersion()
Get the release version

Returns:
The release version specified


Copyright © 2009. All Rights Reserved.