Uses of Class
dev.galasa.java.JavaManagerException
Packages that use JavaManagerException
Package
Description
- 
Uses of JavaManagerException in dev.galasa.java
Methods in dev.galasa.java that throw JavaManagerExceptionModifier and TypeMethodDescriptionIJavaInstallation.getArchiveFilename()IJavaInstallation.getJavaCommand()IJavaInstallation.retrieveArchive()IJavaInstallation.retrieveJacocoAgent() - 
Uses of JavaManagerException in dev.galasa.java.spi
Methods in dev.galasa.java.spi that throw JavaManagerExceptionModifier and TypeMethodDescriptionJavaInstallationImpl.getArchiveFilename()@NotNull IJavaInstallationIJavaManagerSpi.getInstallationForTag(@NotNull String tag) protected booleanJavaInstallationImpl.isCodeCoverageRequested()voidIJavaManagerSpi.registerJavaInstallationForTag(@NotNull String tag, @NotNull IJavaInstallation javaInstallation) JavaInstallationImpl.retrieveArchive()JavaInstallationImpl.retrieveJacocoAgent()voidJavaInstallationImpl.saveCodeCoverageExecs(List<Path> execPaths) Constructors in dev.galasa.java.spi that throw JavaManagerExceptionModifierConstructorDescriptionJavaInstallationImpl(IJavaManagerSpi javaManager, JavaType javaType, OperatingSystem operatingSystem, CpuArchitecture cpuArchitecture, JavaVersion javaVersion, String javaJvm, String javaTag)  - 
Uses of JavaManagerException in dev.galasa.java.ubuntu
Subclasses of JavaManagerException in dev.galasa.java.ubuntu - 
Uses of JavaManagerException in dev.galasa.java.ubuntu.spi
Methods in dev.galasa.java.ubuntu.spi that throw JavaManagerExceptionModifier and TypeMethodDescriptionvoidJavaUbuntuInstallationImpl.build()JavaUbuntuInstallationImpl.getJavaCommand()Constructors in dev.galasa.java.ubuntu.spi that throw JavaManagerExceptionModifierConstructorDescriptionJavaUbuntuInstallationImpl(dev.galasa.java.ubuntu.internal.JavaUbuntuManagerImpl javaUbuntuManager, JavaType javaType, JavaVersion javaVersion, String javaJvm, String javaTag, String imageTag)  - 
Uses of JavaManagerException in dev.galasa.java.windows
Subclasses of JavaManagerException in dev.galasa.java.windows - 
Uses of JavaManagerException in dev.galasa.java.windows.spi
Methods in dev.galasa.java.windows.spi that throw JavaManagerExceptionModifier and TypeMethodDescriptionvoidJavaWindowsInstallationImpl.build()JavaWindowsInstallationImpl.getJavaCommand()Constructors in dev.galasa.java.windows.spi that throw JavaManagerExceptionModifierConstructorDescriptionJavaWindowsInstallationImpl(dev.galasa.java.windows.internal.JavaWindowsManagerImpl javaWindowsManager, JavaType javaType, JavaVersion javaVersion, String javaJvm, String javaTag, String imageTag)