Class Marker

java.lang.Object
org.qubership.atp.mia.model.pot.Marker
All Implemented Interfaces:
Serializable

public class Marker extends Object implements Serializable
See Also:
  • Constructor Details

    • Marker

      public Marker()
  • Method Details

    • clone

      public Marker clone()
      Clones Marker.
      Overrides:
      clone in class Object
      Returns:
      copy of Marker class.
    • checkLineForMarker

      public Statuses checkLineForMarker(String line)
      Check line for markers. If any error then FAIL, otherwise if any warning then WARNING otherwise if any passed then PASSED otherwise UNKNOWN.
      Parameters:
      line - line to check
      Returns:
      Statuses