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