Class Application
- java.lang.Object
-
- io.jenkins.plugins.kobiton.shared.models.Application
-
public class Application extends Object
-
-
Constructor Summary
Constructors Constructor Description Application(Integer appId, Integer versionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
appId()
boolean
equals(Object o)
String
getAppOrVersionId()
get the value of the “app” capability for test scriptint
hashCode()
void
setAppId(Integer appId)
String
toString()
Integer
versionId()
-
-
-
Method Detail
-
appId
public Integer appId()
-
versionId
public Integer versionId()
-
setAppId
public void setAppId(Integer appId)
-
getAppOrVersionId
public String getAppOrVersionId()
get the value of the “app” capability for test script- Returns:
- appID signature (e.g. "kobiton-store:123" or "kobiton-store:v48" )
-
-