Uses of Enum Class
com.atlassian.bamboo.agent.bootstrap.ClassServerManifestReader.Operation
Packages that use ClassServerManifestReader.Operation
-
Uses of ClassServerManifestReader.Operation in com.atlassian.bamboo.agent.bootstrap
Methods in com.atlassian.bamboo.agent.bootstrap that return ClassServerManifestReader.OperationModifier and TypeMethodDescriptionClassServerManifestReader.Item.getOperation()
Returns the enum constant of this class with the specified name.static ClassServerManifestReader.Operation[]
ClassServerManifestReader.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.agent.bootstrap with parameters of type ClassServerManifestReader.OperationModifierConstructorDescriptionItem
(ClassServerManifestReader.Operation operation, String filename, long adler32)