WebinterfaceBuildNumber#
- public class WebinterfaceBuildNumber extends ServerResource#
This
ServerResourceexposes the current build number of the web interface.It is mainly used for testing and debugging. A User can determine the current build number of the web interface.
- Author:
Timm Fitschen (t.fitschen@indiscale.com)
Methods#
doInit#
- protected void doInit()#
getBuildNumber#
- public String getBuildNumber()#
Return the current build number of the web interface.
If the build number could not be determined the server responds with 404 - Not Found. Reasons for this include an out-dated web interface, the web interface has not been build yet or the web interface is not available at all.
- Returns:
the current build number.