Uses of Class
com.atlassian.bamboo.v2.build.agent.messages.ArtifactUnpackResult
-
Packages that use ArtifactUnpackResult Package Description com.atlassian.bamboo.build.artifact com.atlassian.bamboo.v2.build.agent.messages -
-
Uses of ArtifactUnpackResult in com.atlassian.bamboo.build.artifact
Method parameters in com.atlassian.bamboo.build.artifact with type arguments of type ArtifactUnpackResult Modifier and Type Method Description ArtifactRetrievalStatus
BambooArtifactHttpTransport. retrieve(ArtifactData artifactData, Path destinationPath, SecureToken authenticationToken, Function<ArtifactUnpackResult,ArtifactRetrievalStatus> successFactory)
-
Uses of ArtifactUnpackResult in com.atlassian.bamboo.v2.build.agent.messages
Methods in com.atlassian.bamboo.v2.build.agent.messages that return ArtifactUnpackResult Modifier and Type Method Description static @NotNull ArtifactUnpackResult
ArtifactStreams. deserialiseStreamToDir(InputStream in, Path destination, com.atlassian.event.api.EventPublisher eventPublisher)
Deserialises an input stream into the supplied destination path
-