Source:How to print the System.out.println logs for junit while running maven build using jenkins
public class PermissionsPage extends TableWebElement{
...permissions stuff...
}
import WebElement
public class TableWebElement{
...custom web elements pertaining to my page...
}