Class Changes

All Implemented Interfaces:
CapybaraPortingLayer

public class Changes extends PageObject
Author:
Matthias Karl
  • Constructor Details

  • Method Details

    • hasChanges

      public boolean hasChanges()
      Are there any changes in the current build.
      Returns:
      true if the build has changes.
    • hasDiffFileLink

      public boolean hasDiffFileLink(String file)
      Is there a (diff) link for a specific file. Links are present if there are changes in a file and a repository browser is specified.
      Parameters:
      file - name of the file with changes.
      Returns:
      true if (diff) link for file is present.