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
-
-
Method Summary
com.yahoo.config.provision.ApplicationId
Returns the id of this tester application.
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
-
suffix
public static final String suffix
- See Also:
-
-
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.