Class ClassServerManifestImpl
java.lang.Object
com.atlassian.bamboo.agent.classserver.ClassServerManifestImpl
- All Implemented Interfaces:
ClassServerManifest
-
Constructor Summary
ConstructorDescriptionClassServerManifestImpl
(Set<FileHashDescriptor> jarsToRemove, Set<JarDescriptor> jarsToAdd) -
Method Summary
Modifier and TypeMethodDescription@NotNull Set<JarDescriptor>
getJars()
@NotNull Set<FileHashDescriptor>
void
write
(@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:
write
in interfaceClassServerManifest
- Parameters:
zipOutputStream
- to write to- Throws:
IOException
- if an IO error occurs
-
getJarsToRemove
- Specified by:
getJarsToRemove
in interfaceClassServerManifest
- Returns:
- jars to be removed on agent
-
getJars
- Specified by:
getJars
in interfaceClassServerManifest
- Returns:
- jars to be transferred to agent
-