Class ClientSidePersonalChangeInfo
- java.lang.Object
-
- jetbrains.buildServer.serverSide.userChanges.ClientSidePersonalChangeInfo
-
public class ClientSidePersonalChangeInfo extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDate()
String
getDescription()
long
getUserId()
static ClientSidePersonalChangeInfo
readFrom(DataInputStream input)
-
-
-
Method Detail
-
getUserId
public long getUserId()
-
getDescription
public String getDescription()
-
getDate
public long getDate()
-
readFrom
public static ClientSidePersonalChangeInfo readFrom(DataInputStream input) throws IOException
- Throws:
IOException
-
-