Class Link
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.Link
-
public class Link extends Object
Represents a link in the generated report.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the name of the link.StringgetTarget()Get the target of the link.LinkTypegetType()Get the type of the link (internal or external).
-