Package com.applitools.eyes
Interface IEyesBase
-
public interface IEyesBase
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLITOOLS_PUBLIC_CLOUD_URL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestResultsabort()voidabortAsync()TestResultsabortIfNotClosed()voidaddProperty(String name, String value)voidclearProperties()voidcloseAsync()StringgetApiKey()StringgetFullAgentId()BooleangetIsDisabled()booleangetIsOpen()com.applitools.eyes.LoggergetLogger()com.applitools.eyes.LogHandlergetLogHandler()List<TestResults>getResults()List<TestResults>getResults(boolean shouldThrowException)URIgetServerUrl()voidsetIsDisabled(Boolean isDisabled)voidsetLogHandler(com.applitools.eyes.LogHandler logHandler)
-
-
-
Field Detail
-
APPLITOOLS_PUBLIC_CLOUD_URL
static final String APPLITOOLS_PUBLIC_CLOUD_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getApiKey
String getApiKey()
-
getServerUrl
URI getServerUrl()
-
setIsDisabled
void setIsDisabled(Boolean isDisabled)
-
getIsDisabled
Boolean getIsDisabled()
-
getFullAgentId
String getFullAgentId()
-
getIsOpen
boolean getIsOpen()
-
setLogHandler
void setLogHandler(com.applitools.eyes.LogHandler logHandler)
-
getLogHandler
com.applitools.eyes.LogHandler getLogHandler()
-
getLogger
com.applitools.eyes.Logger getLogger()
-
clearProperties
void clearProperties()
-
abortIfNotClosed
TestResults abortIfNotClosed()
-
closeAsync
void closeAsync()
-
abortAsync
void abortAsync()
-
abort
TestResults abort()
-
getResults
List<TestResults> getResults(boolean shouldThrowException)
-
getResults
List<TestResults> getResults()
-
-