Class ReferenceUserIdCause


  • public class ReferenceUserIdCause
    extends Cause.UserIdCause
    Wrapper around Cause.UserIdCause that behaves exactly like it and merely serves as a marker for whether or not a run started by this cause should be considered a reference run or not.

    As such, the only method it overwrites is the getUserName() method, to signify that it has been run as a reference, without having to alter the other messages and descriptions.

    Author:
    Martin Schroeder