Class CancelledInfoData
- java.lang.Object
-
- jetbrains.buildServer.serverSide.userChanges.CancelledInfoData
-
public class CancelledInfoData extends Object
-
-
Constructor Summary
Constructors Constructor Description CancelledInfoData(long userId, String description, Integer interruptType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Integer
getInterruptType()
long
getUserId()
static CancelledInfoData
load(DBFunctions dbf, SBuild build)
-
-
-
Method Detail
-
load
@Nullable public static CancelledInfoData load(@NotNull DBFunctions dbf, @NotNull SBuild build)
-
getUserId
public long getUserId()
-
getDescription
public String getDescription()
-
getInterruptType
public Integer getInterruptType()
-
-