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 IntegerappId()booleanequals(Object o)StringgetAppOrVersionId()get the value of the “app” capability for test scriptinthashCode()voidsetAppId(Integer appId)StringtoString()IntegerversionId()
-
-
-
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" )
-
-