Class IndexReport
- java.lang.Object
-
- jetbrains.buildServer.serverSide.build.index.IndexReport
-
public class IndexReport extends Object
-
-
Constructor Summary
Constructors Constructor Description IndexReport(IndexStatus indexStatus)
IndexReport(IndexStatus indexStatus, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexStatus
getIndexStatus()
String
getMessage()
-
-
-
Constructor Detail
-
IndexReport
public IndexReport(@NotNull IndexStatus indexStatus)
-
IndexReport
public IndexReport(@NotNull IndexStatus indexStatus, @NotNull String message)
-
-
Method Detail
-
getIndexStatus
@NotNull public IndexStatus getIndexStatus()
-
getMessage
@Nullable public String getMessage()
-
-