Class TesterId


  • public class TesterId
    extends java.lang.Object
    Holds an application ID for a tester application.
    Author:
    jonmv
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String suffix  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.config.provision.ApplicationId id()
      Returns the id of this tester application.
      static TesterId of​(com.yahoo.config.provision.ApplicationId id)
      Creates a new TesterId for a tester of the given application.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • of

        public static TesterId of​(com.yahoo.config.provision.ApplicationId id)
        Creates a new TesterId for a tester of the given application.
      • id

        public com.yahoo.config.provision.ApplicationId id()
        Returns the id of this tester application.