Package jetbrains.buildServer.tests
Class TestMuteData
- java.lang.Object
-
- jetbrains.buildServer.tests.TestMuteData
-
public class TestMuteData extends Object
This class contains all necessary information to be sent via XmlRpc to remote client about mute info per test
-
-
Constructor Summary
Constructors Constructor Description TestMuteData(Date date, String comment, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getComment()
Date
getDate()
User
getUser()
int
hashCode()
-