Class ArtifactFileInfo
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.artifacts.ArtifactFileInfo
-
public class ArtifactFileInfo extends Object
Created by Evgeniy Koshkin (evgeniy.koshkin@jetbrains.com) on 31.07.17.
-
-
Constructor Summary
Constructors Constructor Description ArtifactFileInfo(File file, String destDir, long fileLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDestDir()
File
getFile()
long
getFileLength()
boolean
isInternalTarget()
-