Class ClassServerManifestImpl
java.lang.Object
com.atlassian.bamboo.agent.classserver.ClassServerManifestImpl
- All Implemented Interfaces:
ClassServerManifest
-
Constructor Summary
ConstructorsConstructorDescriptionClassServerManifestImpl(Set<FileHashDescriptor> jarsToRemove, Set<JarDescriptor> jarsToAdd) -
Method Summary
Modifier and TypeMethodDescription@NotNull Set<JarDescriptor>getJars()@NotNull Set<FileHashDescriptor>voidwrite(@NotNull ZipOutputStream zipOutputStream) Writes the MANIFEST.DAT to the providedZipOutputStream
-
Constructor Details
-
ClassServerManifestImpl
-
-
Method Details
-
write
Writes the MANIFEST.DAT to the providedZipOutputStream- Specified by:
writein interfaceClassServerManifest- Parameters:
zipOutputStream- to write to- Throws:
IOException- if an IO error occurs
-
getJarsToRemove
- Specified by:
getJarsToRemovein interfaceClassServerManifest- Returns:
- jars to be removed on agent
-
getJars
- Specified by:
getJarsin interfaceClassServerManifest- Returns:
- jars to be transferred to agent
-