
target.apidocs.com.google.api.services.toolresults.model.IosTest.html Maven / Gradle / Ivy
IosTest (Cloud Tool Results API v1beta3-rev20210809-2.0.0)
com.google.api.services.toolresults.model
Class IosTest
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.toolresults.model.IosTest
-
public final class IosTest
extends GenericJson
A iOS mobile test specification
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Cloud Tool Results API. For a detailed explanation
see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
IosTest()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
IosTest
clone()
IosAppInfo
getIosAppInfo()
Information about the application under test.
IosRoboTest
getIosRoboTest()
An iOS Robo test.
IosTestLoop
getIosTestLoop()
An iOS test loop.
IosXcTest
getIosXcTest()
An iOS XCTest.
Duration
getTestTimeout()
Max time a test is allowed to run before it is automatically cancelled.
IosTest
set(String fieldName,
Object value)
IosTest
setIosAppInfo(IosAppInfo iosAppInfo)
Information about the application under test.
IosTest
setIosRoboTest(IosRoboTest iosRoboTest)
An iOS Robo test.
IosTest
setIosTestLoop(IosTestLoop iosTestLoop)
An iOS test loop.
IosTest
setIosXcTest(IosXcTest iosXcTest)
An iOS XCTest.
IosTest
setTestTimeout(Duration testTimeout)
Max time a test is allowed to run before it is automatically cancelled.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getIosAppInfo
public IosAppInfo getIosAppInfo()
Information about the application under test.
- Returns:
- value or
null
for none
-
setIosAppInfo
public IosTest setIosAppInfo(IosAppInfo iosAppInfo)
Information about the application under test.
- Parameters:
iosAppInfo
- iosAppInfo or null
for none
-
getIosRoboTest
public IosRoboTest getIosRoboTest()
An iOS Robo test.
- Returns:
- value or
null
for none
-
setIosRoboTest
public IosTest setIosRoboTest(IosRoboTest iosRoboTest)
An iOS Robo test.
- Parameters:
iosRoboTest
- iosRoboTest or null
for none
-
getIosTestLoop
public IosTestLoop getIosTestLoop()
An iOS test loop.
- Returns:
- value or
null
for none
-
setIosTestLoop
public IosTest setIosTestLoop(IosTestLoop iosTestLoop)
An iOS test loop.
- Parameters:
iosTestLoop
- iosTestLoop or null
for none
-
getIosXcTest
public IosXcTest getIosXcTest()
An iOS XCTest.
- Returns:
- value or
null
for none
-
setIosXcTest
public IosTest setIosXcTest(IosXcTest iosXcTest)
An iOS XCTest.
- Parameters:
iosXcTest
- iosXcTest or null
for none
-
getTestTimeout
public Duration getTestTimeout()
Max time a test is allowed to run before it is automatically cancelled.
- Returns:
- value or
null
for none
-
setTestTimeout
public IosTest setTestTimeout(Duration testTimeout)
Max time a test is allowed to run before it is automatically cancelled.
- Parameters:
testTimeout
- testTimeout or null
for none
-
set
public IosTest set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public IosTest clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy