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 boolean
equals(Object o)
Date
getCreated()
String
getName()
String
getPath()
long
getSizeInBytes()
int
hashCode()
String
toString()
-