Class RequirementsAwarePage.Requirement
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.helpers.RequirementsAwarePage.Requirement
-
- Enclosing class:
- RequirementsAwarePage
public static class RequirementsAwarePage.Requirement extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAgentsAmount()
int
getEphemeralTemplatesAmount()
String
getId()
int
getImagesAmount()
String
getKey()
String
getMatchType()
String
getName()
boolean
isImagesShown()
boolean
isReadOnly()
boolean
isTemplatesShown()
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
getKey
public String getKey()
-
getMatchType
public String getMatchType()
-
getAgentsAmount
public int getAgentsAmount()
-
getImagesAmount
public int getImagesAmount()
-
getEphemeralTemplatesAmount
public int getEphemeralTemplatesAmount()
-
isReadOnly
public boolean isReadOnly()
-
isImagesShown
public boolean isImagesShown()
-
isTemplatesShown
public boolean isTemplatesShown()
-
-