Class NoSharedCredentialsInfoBox
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository.NoSharedCredentialsInfoBox
-
public class NoSharedCredentialsInfoBox extends Object
Info box displayed when an attempt of using shared credentials is made, but no shared credentials of that type are defined for this Bamboo instance.
-
-
Constructor Summary
Constructors Constructor Description NoSharedCredentialsInfoBox(com.atlassian.pageobjects.elements.PageElement container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isLinkToAdminListPresent()
Link to a list of administrators, should be displayed for non-administrators.boolean
isLinkToDocumentationPresent()
boolean
isLinkToSharedCredentialsPresent()
Link to configuring shared credentials.boolean
isVisible()
-
-
-
Method Detail
-
isVisible
public boolean isVisible()
-
isLinkToSharedCredentialsPresent
public boolean isLinkToSharedCredentialsPresent()
Link to configuring shared credentials. Should be displayed for administrators only.
-
isLinkToAdminListPresent
public boolean isLinkToAdminListPresent()
Link to a list of administrators, should be displayed for non-administrators.
-
isLinkToDocumentationPresent
public boolean isLinkToDocumentationPresent()
-
-