Uses of Enum Class
dev.getelements.elements.sdk.test.TestElementArtifact
Packages that use TestElementArtifact
-
Uses of TestElementArtifact in dev.getelements.elements.sdk.test
Methods in dev.getelements.elements.sdk.test that return TestElementArtifactModifier and TypeMethodDescriptionstatic TestElementArtifact
Returns the enum constant of this class with the specified name.static TestElementArtifact[]
TestElementArtifact.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.sdk.test with parameters of type TestElementArtifactModifier and TypeMethodDescriptionvoid
TestArtifactRegistry.copyArtifactTo
(TestElementArtifact artifact, Path destination) Copies the specified artifact to the path.TestArtifactRegistry.findArtifactPath
(TestElementArtifact artifact) Finds the Path of the artifact with the artifact name.TestArtifactRegistry.findArtifactUrl
(TestElementArtifact artifact) Finds the URL of the artifact with the artifact name.static boolean
TestArtifactRegistry.isArtifact
(TestElementArtifact artifact, String jarFile) Tests the artifact for the jar file name.void
TestArtifactRegistry.unpackArtifact
(TestElementArtifact artifact, Path destinationDirectory) Unpacks the artifact into the destination directory.