Class StateSynchronizationResult
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildLog.StateSynchronizationResult
-
public class StateSynchronizationResult extends Object
-
-
Constructor Summary
Constructors Constructor Description StateSynchronizationResult(LogStateSnapshotUpdate logStateSnapshotUpdate, LogMessage lastMessageLoggingResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogMessage
getLastMessageLoggingResult()
LogStateSnapshotUpdate
getUpdate()
-
-
-
Constructor Detail
-
StateSynchronizationResult
public StateSynchronizationResult(@NotNull LogStateSnapshotUpdate logStateSnapshotUpdate, @Nullable LogMessage lastMessageLoggingResult)
-
-
Method Detail
-
getUpdate
@NotNull public LogStateSnapshotUpdate getUpdate()
-
getLastMessageLoggingResult
@Nullable public LogMessage getLastMessageLoggingResult()
-
-