java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.deployment.TesterId

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    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
  • Field Details

  • Method Details

    • 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.