Class ArchiveFile
- java.lang.Object
-
- jetbrains.buildServer.serverSide.projectsImport.ArchiveFile
-
public final class ArchiveFile extends Object
Represents archive file that can be used to import projects.- Author:
- Dmitry Treskunov
-
-
Constructor Summary
Constructors Constructor Description ArchiveFile(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DategetCreated()StringgetName()StringgetPath()longgetSizeInBytes()inthashCode()StringtoString()
-