Package com.atlassian.bamboo.plugin
Class BambooApplication
- java.lang.Object
-
- com.atlassian.bamboo.plugin.BambooApplication
-
- All Implemented Interfaces:
com.atlassian.plugin.Application
public class BambooApplication extends Object implements com.atlassian.plugin.Application
-
-
Constructor Summary
Constructors Constructor Description BambooApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuildNumber()
String
getKey()
String
getVersion()
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfacecom.atlassian.plugin.Application
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfacecom.atlassian.plugin.Application
-
getBuildNumber
public String getBuildNumber()
- Specified by:
getBuildNumber
in interfacecom.atlassian.plugin.Application
-
-