Uses of Enum Class
hudson.plugins.copyartifact.CopyArtifactCompatibilityMode
Packages that use CopyArtifactCompatibilityMode
-
Uses of CopyArtifactCompatibilityMode in hudson.plugins.copyartifact
Methods in hudson.plugins.copyartifact that return CopyArtifactCompatibilityModeModifier and TypeMethodDescriptionCopyArtifactConfiguration.getMode()Returns the enum constant of this class with the specified name.static CopyArtifactCompatibilityMode[]CopyArtifactCompatibilityMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.plugins.copyartifact with parameters of type CopyArtifactCompatibilityModeModifier and TypeMethodDescriptionvoidCopyArtifactConfiguration.setMode(CopyArtifactCompatibilityMode mode) protected voidCopyArtifactConfiguration.setModeWithoutSave(CopyArtifactCompatibilityMode mode) Set the compatibility mode without storing to the disk.