Skip navigation links
A B C E F G H I L M N O P R S T V W Z 

A

AppEnvironment - Class in com.applitools.eyes
The environment in which the application under test is executing.
AppEnvironment() - Constructor for class com.applitools.eyes.AppEnvironment
Creates a new AppEnvironment instance.
AppEnvironment(String) - Constructor for class com.applitools.eyes.AppEnvironment
Creates a new AppEnvironment instance.
AppEnvironment(String, String, RectangleSize) - Constructor for class com.applitools.eyes.AppEnvironment
Creates a new AppEnvironment instance.
AppOutput - Class in com.applitools.eyes
An application output (title, image, etc).
AppOutput(String, String) - Constructor for class com.applitools.eyes.AppOutput
 
ArgumentGuard - Class in com.applitools.utils
Argument validation utilities.

B

base64FromImage(BufferedImage) - Static method in class com.applitools.utils.ImageUtils
 
BatchInfo - Class in com.applitools.eyes
 
BatchInfo(String, Calendar) - Constructor for class com.applitools.eyes.BatchInfo
Creates a new BatchInfo instance.
BatchInfo(String) - Constructor for class com.applitools.eyes.BatchInfo
BlockingInstanceContainer<T> - Class in com.applitools.utils
A generic container for objects to be shared between threads.
BlockingInstanceContainer() - Constructor for class com.applitools.utils.BlockingInstanceContainer
 

C

close() - Method in class com.applitools.eyes.FileLogger
Close the log file for writing.
close() - Method in interface com.applitools.eyes.LogHandler
 
close() - Method in class com.applitools.eyes.NullLogHandler
 
close() - Method in class com.applitools.eyes.StdoutLogHandler
Does nothing.
close() - Method in class com.applitools.utils.BlockingInstanceContainer
Marks the container as closed.
close() - Method in class com.applitools.utils.CountingOutputStream
 
com.applitools.eyes - package com.applitools.eyes
 
com.applitools.utils - package com.applitools.utils
 
compressByRawBlocks(BufferedImage, byte[], BufferedImage, int) - Static method in class com.applitools.utils.ImageDeltaCompressor
Compresses a target image based on a difference from a source image.
compressByRawBlocks(BufferedImage, byte[], BufferedImage) - Static method in class com.applitools.utils.ImageDeltaCompressor
Compresses a target image based on a difference from a source image.
contains(Region) - Method in class com.applitools.eyes.Region
Check if a region is contained within the current region.
contains(Location) - Method in class com.applitools.eyes.Region
Check if a specified location is contained within this region.
convertLocation(Location, CoordinatesType, CoordinatesType) - Method in class com.applitools.eyes.EyesScreenshot
Converts a location's coordinates with the from coordinates type to the to coordinates type.
convertRegionLocation(Region, CoordinatesType, CoordinatesType) - Method in class com.applitools.eyes.EyesScreenshot
Converts a region's location coordinates with the from coordinates type to the to coordinates type.
CoordinatesType - Enum in com.applitools.eyes
Encapsulates the type of coordinates used by the region provider.
copyImageWithType(BufferedImage, int) - Static method in class com.applitools.utils.ImageUtils
Creates a copy of an image with an updated image type.
CountingOutputStream - Class in com.applitools.utils
An output stream with a counter of the number of bytes written.
CountingOutputStream(OutputStream) - Constructor for class com.applitools.utils.CountingOutputStream
 
cropImage(BufferedImage, Region) - Static method in class com.applitools.utils.ImageUtils
Removes a given region from the image.

E

EMPTY - Static variable in class com.applitools.eyes.Region
 
encodeAsPng(BufferedImage) - Static method in class com.applitools.utils.ImageUtils
Encodes a given image as PNG.
equals(Object) - Method in class com.applitools.eyes.Location
 
equals(Object) - Method in class com.applitools.eyes.RectangleSize
 
equals(Object) - Method in class com.applitools.eyes.Region
 
ExactMatchSettings - Class in com.applitools.eyes
Encapsulates settings for the "Exact" match level.
ExactMatchSettings() - Constructor for class com.applitools.eyes.ExactMatchSettings
 
EyesException - Exception in com.applitools.eyes
Applitools Eyes Exception.
EyesException(String) - Constructor for exception com.applitools.eyes.EyesException
Creates an EyesException instance.
EyesException(String, Throwable) - Constructor for exception com.applitools.eyes.EyesException
Creates an EyesException instance.
EyesScreenshot - Class in com.applitools.eyes
Base class for handling screenshots.
EyesScreenshot(BufferedImage) - Constructor for class com.applitools.eyes.EyesScreenshot
 

F

FileLogger - Class in com.applitools.eyes
Writes log messages to a file.
FileLogger(String, boolean, boolean) - Constructor for class com.applitools.eyes.FileLogger
Creates a new FileHandler instance.
FileLogger(boolean) - Constructor for class com.applitools.eyes.FileLogger
flush() - Method in class com.applitools.utils.CountingOutputStream
 
fromISO8601DateTime(String) - Static method in class com.applitools.utils.GeneralUtils
Creates Calendar instance from an ISO 8601 formatted string.

G

GeneralUtils - Class in com.applitools.utils
General purpose utilities.
get() - Method in interface com.applitools.utils.PropertyHandler
 
get() - Method in class com.applitools.utils.ReadOnlyPropertyHandler
get() - Method in class com.applitools.utils.SimplePropertyHandler
getAgentId() - Method in class com.applitools.eyes.SessionStartInfo
 
getApiKey() - Method in interface com.applitools.eyes.ServerConnector
 
getAppIdOrName() - Method in class com.applitools.eyes.SessionStartInfo
 
getAppOutput() - Method in class com.applitools.eyes.MatchWindowData
 
getAsExpected() - Method in class com.applitools.eyes.MatchResult
 
getBaselineEnvName() - Method in class com.applitools.eyes.SessionStartInfo
 
getBatchInfo() - Method in class com.applitools.eyes.SessionStartInfo
 
getBranchName() - Method in class com.applitools.eyes.SessionStartInfo
 
getBytesCount() - Method in class com.applitools.utils.CountingOutputStream
 
getContentMatches() - Method in class com.applitools.eyes.TestResults
 
getDate(DateFormat, String) - Static method in class com.applitools.utils.GeneralUtils
 
getDefaultMatchSettings() - Method in class com.applitools.eyes.SessionStartInfo
 
getDisplaySize() - Method in class com.applitools.eyes.AppEnvironment
Gets the display size of the application or null if unknown.
getEnvironment() - Method in class com.applitools.eyes.SessionStartInfo
 
getEnvironmentName() - Method in class com.applitools.eyes.SessionStartInfo
 
getExact() - Method in class com.applitools.eyes.ImageMatchSettings
 
getExactMatches() - Method in class com.applitools.eyes.TestResults
 
getFullSecondsElapsedTimeMillis(long, long) - Static method in class com.applitools.utils.GeneralUtils
 
getHeight() - Method in class com.applitools.eyes.RectangleSize
 
getHeight() - Method in class com.applitools.eyes.Region
 
getHostingApp() - Method in class com.applitools.eyes.AppEnvironment
Gets the application hosting the application under test or null if unknown.
getId() - Method in class com.applitools.eyes.BatchInfo
 
getId() - Method in class com.applitools.eyes.RunningSession
 
getIgnoreMismatch() - Method in class com.applitools.eyes.MatchWindowData
 
getImage() - Method in class com.applitools.eyes.EyesScreenshot
 
getImagePart(BufferedImage, Region) - Static method in class com.applitools.utils.ImageUtils
Get a copy of the part of the image given by region.
getInferred() - Method in class com.applitools.eyes.AppEnvironment
Gets the information inferred from the execution environment or null if no information could be inferred.
getIntersectedRegion(Region, CoordinatesType, CoordinatesType) - Method in class com.applitools.eyes.EyesScreenshot
Get the intersection of the given region with the screenshot.
getIntersectedRegion(Region, CoordinatesType) - Method in class com.applitools.eyes.EyesScreenshot
Get the intersection of the given region with the screenshot.
getIsNewSession() - Method in class com.applitools.eyes.RunningSession
 
getLayoutMatches() - Method in class com.applitools.eyes.TestResults
 
getLeft() - Method in class com.applitools.eyes.Region
 
getLocalIp() - Static method in class com.applitools.utils.NetworkUtils
 
getLocation() - Method in class com.applitools.eyes.Region
 
getLocationInScreenshot(Location, CoordinatesType) - Method in class com.applitools.eyes.EyesScreenshot
Calculates the location in the screenshot of the location given as parameter.
getLogHandler() - Method in class com.applitools.eyes.Logger
 
getMatches() - Method in class com.applitools.eyes.TestResults
 
getMatchLevel() - Method in class com.applitools.eyes.ImageMatchSettings
 
getMatchThreshold() - Method in class com.applitools.eyes.ExactMatchSettings
 
getMiddleOffset() - Method in class com.applitools.eyes.Region
 
getMinDiffHeight() - Method in class com.applitools.eyes.ExactMatchSettings
 
getMinDiffIntensity() - Method in class com.applitools.eyes.ExactMatchSettings
 
getMinDiffWidth() - Method in class com.applitools.eyes.ExactMatchSettings
 
getMismatches() - Method in class com.applitools.eyes.TestResults
 
getMissing() - Method in class com.applitools.eyes.TestResults
 
getName() - Method in class com.applitools.eyes.BatchInfo
 
getNoneMatches() - Method in class com.applitools.eyes.TestResults
 
getOptions() - Method in class com.applitools.eyes.MatchWindowData
 
getOs() - Method in class com.applitools.eyes.AppEnvironment
Gets the OS hosting the application under test or null if unknown.
getParentBranchName() - Method in class com.applitools.eyes.SessionStartInfo
 
getPassword() - Method in class com.applitools.eyes.ProxySettings
 
getProxy() - Method in interface com.applitools.eyes.ServerConnector
 
getScaleProvider(int) - Method in class com.applitools.eyes.ScaleProviderFactory
The main API for this factory.
getScaleProviderImpl(int) - Method in class com.applitools.eyes.ScaleProviderFactory
The implementation of getting/creating the scale provider, should be implemented by child classes.
getScaleProviderImpl(int) - Method in class com.applitools.eyes.ScaleProviderIdentityFactory
 
getScaleRatio() - Method in interface com.applitools.eyes.ScaleProvider
 
getScenarioIdOrName() - Method in class com.applitools.eyes.SessionStartInfo
 
getScreenshot() - Method in class com.applitools.eyes.MatchResult
 
getScreenshot64() - Method in class com.applitools.eyes.AppOutput
 
getServerUrl() - Method in interface com.applitools.eyes.ServerConnector
 
getSessionType() - Method in class com.applitools.eyes.SessionStartInfo
 
getSize() - Method in class com.applitools.eyes.Region
 
getStartedAt() - Method in class com.applitools.eyes.BatchInfo
 
getSteps() - Method in class com.applitools.eyes.TestResults
 
getStrictMatches() - Method in class com.applitools.eyes.TestResults
 
getSubRegions(RectangleSize, boolean) - Method in class com.applitools.eyes.Region
Returns a list of sub-regions which compose the current region.
getSubRegions(RectangleSize) - Method in class com.applitools.eyes.Region
getSubScreenshot(Region, CoordinatesType, boolean) - Method in class com.applitools.eyes.EyesScreenshot
Returns a part of the screenshot based on the given region.
getTag() - Method in class com.applitools.eyes.MatchWindowData
 
getTimeout() - Method in interface com.applitools.eyes.ServerConnector
 
getTitle() - Method in class com.applitools.eyes.AppOutput
 
getTop() - Method in class com.applitools.eyes.Region
 
getTriggerType() - Method in class com.applitools.eyes.Trigger
 
getUri() - Method in class com.applitools.eyes.ProxySettings
 
getUri(String) - Static method in class com.applitools.utils.NetworkUtils
 
getUrl() - Method in class com.applitools.eyes.RunningSession
 
getUrl() - Method in class com.applitools.eyes.TestResults
 
getUrl(String) - Static method in class com.applitools.utils.NetworkUtils
 
getUserInputs() - Method in class com.applitools.eyes.MatchWindowData
 
getUsername() - Method in class com.applitools.eyes.ProxySettings
 
getVerId() - Method in class com.applitools.eyes.SessionStartInfo
 
getWidth() - Method in class com.applitools.eyes.RectangleSize
 
getWidth() - Method in class com.applitools.eyes.Region
 
getWindowId() - Method in class com.applitools.eyes.MatchResult
 
getX() - Method in class com.applitools.eyes.Location
 
getY() - Method in class com.applitools.eyes.Location
 
greaterThanOrEqualToZero(long, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input integer parameter is negative.
greaterThanZero(long, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input integer parameter is smaller than 1.
greaterThanZero(double, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input integer parameter is below or equal to 0.

H

hashCode() - Method in class com.applitools.eyes.Location
 
hashCode() - Method in class com.applitools.eyes.RectangleSize
 
hashCode() - Method in class com.applitools.eyes.Region
 

I

image - Variable in class com.applitools.eyes.EyesScreenshot
 
ImageDeltaCompressor - Class in com.applitools.utils
Provides image compression based on delta between consecutive images.
ImageDeltaCompressor() - Constructor for class com.applitools.utils.ImageDeltaCompressor
 
imageFromBase64(String) - Static method in class com.applitools.utils.ImageUtils
Creates a BufferedImage instance from a base64 encoding of an image's bytes.
imageFromBytes(byte[]) - Static method in class com.applitools.utils.ImageUtils
Creates a BufferedImage instance from raw image bytes.
imageFromFile(String) - Static method in class com.applitools.utils.ImageUtils
 
imageFromResource(String) - Static method in class com.applitools.utils.ImageUtils
 
ImageMatchSettings - Class in com.applitools.eyes
Encapsulates match settings for the a session.
ImageMatchSettings(MatchLevel, ExactMatchSettings) - Constructor for class com.applitools.eyes.ImageMatchSettings
 
ImageMatchSettings() - Constructor for class com.applitools.eyes.ImageMatchSettings
ImageUtils - Class in com.applitools.utils
 
ImageUtils() - Constructor for class com.applitools.utils.ImageUtils
 
intersect(Region) - Method in class com.applitools.eyes.Region
Replaces this region with the intersection of itself and other
isEmpty() - Method in class com.applitools.eyes.Region
 
isIntersected(Region) - Method in class com.applitools.eyes.Region
Check if a region is intersected with the current region.
isNew() - Method in class com.applitools.eyes.TestResults
 
isNull(Object, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter is not null.
Iso8610CalendarSerializer - Class in com.applitools.utils
Serializes Calendar instances as an ISO8610 formatted string.
Iso8610CalendarSerializer() - Constructor for class com.applitools.utils.Iso8610CalendarSerializer
 
isPassed() - Method in class com.applitools.eyes.TestResults
 
isValidState(boolean, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if isValid is false.

L

Location - Class in com.applitools.eyes
A location in a two-dimensional plane.
Location(int, int) - Constructor for class com.applitools.eyes.Location
Creates a Location instance.
Location(Location) - Constructor for class com.applitools.eyes.Location
Creates a location from another location instance.
log(String) - Method in class com.applitools.eyes.Logger
Writes a (non-verbose) write message.
Logger - Class in com.applitools.eyes
Logs trace messages.
Logger() - Constructor for class com.applitools.eyes.Logger
 
LogHandler - Interface in com.applitools.eyes
Handles log messages produces by the Eyes API.

M

makeEmpty() - Method in class com.applitools.eyes.Region
 
MatchLevel - Enum in com.applitools.eyes
The extent in which two images match (or are expected to match).
MatchResult - Class in com.applitools.eyes
The result of a window match by the agent.
MatchResult() - Constructor for class com.applitools.eyes.MatchResult
 
matchWindow(RunningSession, MatchWindowData) - Method in interface com.applitools.eyes.ServerConnector
Matches the current window (held by the WebDriver) to the expected window.
MatchWindowData - Class in com.applitools.eyes
Encapsulates the data to be sent to the agent on a "matchWindow" command.
MatchWindowData(Trigger[], AppOutput, String, boolean, MatchWindowData.Options) - Constructor for class com.applitools.eyes.MatchWindowData
 

N

NetworkUtils - Class in com.applitools.utils
Network-related utilities.
normalizeImageType(BufferedImage) - Static method in class com.applitools.utils.ImageUtils
 
notEqual(Object, Object, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter equals the input value.
notNull(Object, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter is null.
notNullOrEmpty(String, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input parameter string is null or empty.
notZero(long, String) - Static method in class com.applitools.utils.ArgumentGuard
Fails if the input integer parameter is equal to 0.
NullLogHandler - Class in com.applitools.eyes
Ignores all log messages.
NullLogHandler() - Constructor for class com.applitools.eyes.NullLogHandler
 

O

offset(int, int) - Method in class com.applitools.eyes.Location
Get a location translated by the specified amount.
offset(Location) - Method in class com.applitools.eyes.Location
Get a location translated by the specified amount.
offset(int, int) - Method in class com.applitools.eyes.Region
Get an offset region.
onMessage(boolean, String) - Method in class com.applitools.eyes.FileLogger
Handle a message to be logged.
onMessage(boolean, String) - Method in interface com.applitools.eyes.LogHandler
 
onMessage(boolean, String) - Method in class com.applitools.eyes.NullLogHandler
 
onMessage(boolean, String) - Method in class com.applitools.eyes.StdoutLogHandler
 
open() - Method in class com.applitools.eyes.FileLogger
Open the log file for writing.
open() - Method in interface com.applitools.eyes.LogHandler
 
open() - Method in class com.applitools.eyes.NullLogHandler
 
open() - Method in class com.applitools.eyes.StdoutLogHandler
Does nothing.
OutOfBoundsException - Exception in com.applitools.eyes
Applitools Eyes exception indicating the a geometrical element is out of bounds (point outside a region, region outside another region etc.)
OutOfBoundsException(String) - Constructor for exception com.applitools.eyes.OutOfBoundsException
 
OutOfBoundsException(String, Throwable) - Constructor for exception com.applitools.eyes.OutOfBoundsException
 

P

parse(String) - Static method in class com.applitools.eyes.RectangleSize
Parses a string into a {link RectangleSize} instance.
PropertyHandler<T> - Interface in com.applitools.utils
Encapsulates getter/setter behavior.
ProxySettings - Class in com.applitools.eyes
Encapsulates settings for sending Eyes communication via proxy.
ProxySettings(String, String, String) - Constructor for class com.applitools.eyes.ProxySettings
 
ProxySettings(String) - Constructor for class com.applitools.eyes.ProxySettings
Defines proxy settings with empty username/password.
put(T) - Method in class com.applitools.utils.BlockingInstanceContainer
 

R

ReadOnlyPropertyHandler<T> - Class in com.applitools.utils
A property handler for read-only properties (i.e., set always fails).
ReadOnlyPropertyHandler(Logger, T) - Constructor for class com.applitools.utils.ReadOnlyPropertyHandler
 
readTextFromResource(String) - Static method in class com.applitools.utils.GeneralUtils
 
readToEnd(InputStream) - Static method in class com.applitools.utils.GeneralUtils
 
RectangleSize - Class in com.applitools.eyes
Represents a 2D size.
RectangleSize(int, int) - Constructor for class com.applitools.eyes.RectangleSize
Creates a new RectangleSize instance.
Region - Class in com.applitools.eyes
Represents a region.
Region(int, int, int, int) - Constructor for class com.applitools.eyes.Region
 
Region(Location, RectangleSize) - Constructor for class com.applitools.eyes.Region
 
Region(Region) - Constructor for class com.applitools.eyes.Region
 
REQUIRED_IMAGE_TYPE - Static variable in class com.applitools.utils.ImageUtils
 
resizeImage(BufferedImage, int, int) - Static method in class com.applitools.utils.ImageUtils
Scales an image by the given ratio
rotateImage(BufferedImage, double) - Static method in class com.applitools.utils.ImageUtils
 
RunningSession - Class in com.applitools.eyes
Encapsulates data for the session currently running in the agent.
RunningSession() - Constructor for class com.applitools.eyes.RunningSession
 

S

saveImage(BufferedImage, String) - Static method in class com.applitools.utils.ImageUtils
Save image to local file system
scale(double) - Method in class com.applitools.eyes.Location
Get a scaled location.
scale(double) - Method in class com.applitools.eyes.RectangleSize
Get a scaled version of the current size.
scale(double) - Method in class com.applitools.eyes.Region
Get a region which is a scaled version of the current region.
scaleImage(BufferedImage, ScaleProvider) - Static method in class com.applitools.utils.ImageUtils
Scales an image by the given ratio
scaleImage(BufferedImage, double) - Static method in class com.applitools.utils.ImageUtils
Scales an image by the given ratio
ScaleProvider - Interface in com.applitools.eyes
Encapsulates scaling logic.
ScaleProviderFactory - Class in com.applitools.eyes
Abstraction for instantiating scale providers.
ScaleProviderFactory(PropertyHandler<ScaleProvider>) - Constructor for class com.applitools.eyes.ScaleProviderFactory
 
ScaleProviderIdentityFactory - Class in com.applitools.eyes
Factory implementation which simply returns the scale provider it is given as an argument.
ScaleProviderIdentityFactory(ScaleProvider, PropertyHandler<ScaleProvider>) - Constructor for class com.applitools.eyes.ScaleProviderIdentityFactory
 
serialize(Calendar, JsonGenerator, SerializerProvider) - Method in class com.applitools.utils.Iso8610CalendarSerializer
 
ServerConnector - Interface in com.applitools.eyes
Defines the interface which should be implemented by a ServerConnector.
SessionStartInfo - Class in com.applitools.eyes
Encapsulates data required to start session using the Session API.
SessionStartInfo(String, SessionType, String, String, String, BatchInfo, String, String, AppEnvironment, ImageMatchSettings, String, String) - Constructor for class com.applitools.eyes.SessionStartInfo
 
SessionType - Enum in com.applitools.eyes
The type of the session.
set(T) - Method in interface com.applitools.utils.PropertyHandler
 
set(T) - Method in class com.applitools.utils.ReadOnlyPropertyHandler
This method does nothing.
set(T) - Method in class com.applitools.utils.SimplePropertyHandler
setApiKey(String) - Method in interface com.applitools.eyes.ServerConnector
 
setAsExpected(boolean) - Method in class com.applitools.eyes.MatchResult
 
setDisplaySize(RectangleSize) - Method in class com.applitools.eyes.AppEnvironment
Sets the display size of the application or null if unknown.
setExact(ExactMatchSettings) - Method in class com.applitools.eyes.ImageMatchSettings
 
setHostingApp(String) - Method in class com.applitools.eyes.AppEnvironment
Sets the application hosting the application under test or null if unknown.
setId(String) - Method in class com.applitools.eyes.BatchInfo
Sets a unique identifier for the batch.
setId(String) - Method in class com.applitools.eyes.RunningSession
 
setInferred(String) - Method in class com.applitools.eyes.AppEnvironment
Sets the inferred environment information.
setIsNewSession(boolean) - Method in class com.applitools.eyes.RunningSession
 
setLocation(Location) - Method in class com.applitools.eyes.Region
Set the (top,left) position of the current region
setLogHandler(LogHandler) - Method in class com.applitools.eyes.Logger
Sets the log handler.
setMatchLevel(MatchLevel) - Method in class com.applitools.eyes.ImageMatchSettings
 
setMatchThreshold(float) - Method in class com.applitools.eyes.ExactMatchSettings
 
setMinDiffHeight(int) - Method in class com.applitools.eyes.ExactMatchSettings
 
setMinDiffIntensity(int) - Method in class com.applitools.eyes.ExactMatchSettings
 
setMinDiffWidth(int) - Method in class com.applitools.eyes.ExactMatchSettings
 
setOs(String) - Method in class com.applitools.eyes.AppEnvironment
Sets the OS hosting the application under test or null if unknown.
setProxy(ProxySettings) - Method in interface com.applitools.eyes.ServerConnector
 
setScreenshot(EyesScreenshot) - Method in class com.applitools.eyes.MatchResult
 
setServerUrl(URI) - Method in interface com.applitools.eyes.ServerConnector
 
setSize(RectangleSize) - Method in class com.applitools.eyes.Region
 
setUrl(String) - Method in class com.applitools.eyes.RunningSession
 
setWindowId(String) - Method in class com.applitools.eyes.MatchResult
 
SimplePropertyHandler<T> - Class in com.applitools.utils
A simple implementation of PropertyHandler.
SimplePropertyHandler() - Constructor for class com.applitools.utils.SimplePropertyHandler
 
sleep(long) - Static method in class com.applitools.utils.GeneralUtils
Sleeps the input amount of milliseconds.
startSession(SessionStartInfo) - Method in interface com.applitools.eyes.ServerConnector
Starts a new running session in the agent.
StdoutLogHandler - Class in com.applitools.eyes
Writes log messages to the standard output stream.
StdoutLogHandler(boolean) - Constructor for class com.applitools.eyes.StdoutLogHandler
Creates a new StdoutLogHandler instance.
StdoutLogHandler() - Constructor for class com.applitools.eyes.StdoutLogHandler
Creates a new StdoutLogHandler that ignores verbose log messages.
stopSession(RunningSession, boolean, boolean) - Method in interface com.applitools.eyes.ServerConnector
Stops the running session.

T

take() - Method in class com.applitools.utils.BlockingInstanceContainer
 
TestResults - Class in com.applitools.eyes
Eyes test results.
TestResults() - Constructor for class com.applitools.eyes.TestResults
 
toISO8601DateTime(Calendar) - Static method in class com.applitools.utils.GeneralUtils
Formats date and time as represented by a calendar instance to an ISO 8601 string.
toRfc1123(Calendar) - Static method in class com.applitools.utils.GeneralUtils
Formats date and time as represented by a calendar instance to an TFC 1123 string.
toString() - Method in class com.applitools.eyes.AppEnvironment
 
toString() - Method in class com.applitools.eyes.BatchInfo
 
toString() - Method in class com.applitools.eyes.ExactMatchSettings
 
toString() - Method in class com.applitools.eyes.ImageMatchSettings
 
toString() - Method in class com.applitools.eyes.Location
 
toString() - Method in class com.applitools.eyes.RectangleSize
 
toString() - Method in class com.applitools.eyes.Region
 
toString() - Method in class com.applitools.eyes.TestResults
 
toStringForFilename() - Method in class com.applitools.eyes.Location
 
Trigger - Class in com.applitools.eyes
A base class for triggers.
Trigger() - Constructor for class com.applitools.eyes.Trigger
 

V

valueOf(String) - Static method in enum com.applitools.eyes.CoordinatesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.applitools.eyes.MatchLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.applitools.eyes.SessionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.applitools.eyes.CoordinatesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.applitools.eyes.MatchLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.applitools.eyes.SessionType
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(String) - Method in class com.applitools.eyes.Logger
Writes a verbose write message.

W

write(byte[]) - Method in class com.applitools.utils.CountingOutputStream
 
write(byte[], int, int) - Method in class com.applitools.utils.CountingOutputStream
 
write(int) - Method in class com.applitools.utils.CountingOutputStream
 

Z

ZERO - Static variable in class com.applitools.eyes.Location
 
A B C E F G H I L M N O P R S T V W Z 
Skip navigation links

Copyright © 2017. All rights reserved.