Class AbstractChangeDescriptor
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.AbstractChangeDescriptor
-
- All Implemented Interfaces:
ChangeDescriptor
- Direct Known Subclasses:
VcsChangeDescriptorImpl
public abstract class AbstractChangeDescriptor extends Object implements ChangeDescriptor
-
-
Constructor Summary
Constructors Constructor Description AbstractChangeDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.serverSide.ChangeDescriptor
getAssociatedData, getDate, getDescription, getRelatedVcsChange, getType
-
-