Class TesterId
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.deployment.TesterId
-
public class TesterId extends java.lang.ObjectHolds an application ID for a tester application.- Author:
- jonmv
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringsuffix
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.yahoo.config.provision.ApplicationIdid()Returns the id of this tester application.static TesterIdof(com.yahoo.config.provision.ApplicationId id)Creates a new TesterId for a tester of the given application.
-
-
-
Field Detail
-
suffix
public static final java.lang.String suffix
- See Also:
- Constant Field Values
-
-
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.
-
-