Class ViewAllDeploymentProjectsPage.TableRow
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.deployment.ViewAllDeploymentProjectsPage.TableRow
- Enclosing class:
- ViewAllDeploymentProjectsPage
Row from the infinite scroll table used on this page.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.PageElement
@Nullable String
Can be null if no release has been deployed on an environment.com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
@Nullable String
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
@Nullable String
Can be null if a deployment project has no environments.com.atlassian.pageobjects.elements.PageElement
Returns a unique id assigned to this row.
-
Constructor Details
-
TableRow
public TableRow(@NotNull @NotNull com.atlassian.pageobjects.elements.PageElement environmentRow, @NotNull @NotNull List<com.atlassian.pageobjects.elements.PageElement> previousRows)
-
-
Method Details
-
getUniqueId
Returns a unique id assigned to this row. Does not represent the ID of the deployment or environment. -
getDeploymentProjectLink
public com.atlassian.pageobjects.elements.PageElement getDeploymentProjectLink() -
getDeploymentProjectName
-
getEnvironmentLink
public com.atlassian.pageobjects.elements.PageElement getEnvironmentLink() -
getEnvironmentName
Can be null if a deployment project has no environments. -
getCurrentVersionLink
public com.atlassian.pageobjects.elements.PageElement getCurrentVersionLink() -
getCurrentVersionName
Can be null if no release has been deployed on an environment. -
getLastResultLink
public com.atlassian.pageobjects.elements.PageElement getLastResultLink() -
getLastResultBuildState
-
getEditLink
public com.atlassian.pageobjects.elements.PageElement getEditLink() -
getDeployLink
public com.atlassian.pageobjects.elements.PageElement getDeployLink()
-