Class ResultSummaryCommitsPage

java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.pages.plan.result.ResultSummaryCommitsPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ResultSummaryCommitsPage extends AbstractBambooPage
A page containing all commits for a single build result.
  • Constructor Details

    • ResultSummaryCommitsPage

      public ResultSummaryCommitsPage(PlanResultKey planKey)
  • Method Details

    • indicator

      public com.atlassian.pageobjects.elements.PageElement indicator()
      Description copied from class: AbstractBambooPage
      This must return an element whose presence indicates that we're on given page.
      Specified by:
      indicator in class AbstractBambooPage
      Returns:
      element uniquely identifying given page
    • getUrl

      public String getUrl()
    • getCommits

      public List<CommitComponent> getCommits()