Class BuildTypeInvestigationRow
- java.lang.Object
-
- jetbrains.buildServer.controllers.investigate.BuildTypeInvestigationRow
-
- All Implemented Interfaces:
Comparable<BuildTypeInvestigationRow>
public class BuildTypeInvestigationRow extends Object implements Comparable<BuildTypeInvestigationRow>
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description BuildTypeInvestigationRow(BuildTypeResponsibilityEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(BuildTypeInvestigationRow o)
BuildTypeResponsibilityEntry
getEntry()
String
getReporterUser()
String
getState()
-
-
-
Constructor Detail
-
BuildTypeInvestigationRow
public BuildTypeInvestigationRow(@NotNull BuildTypeResponsibilityEntry entry)
-
-
Method Detail
-
getEntry
@NotNull public BuildTypeResponsibilityEntry getEntry()
-
getReporterUser
@NotNull public String getReporterUser()
-
getState
@NotNull public String getState()
-
compareTo
public int compareTo(BuildTypeInvestigationRow o)
- Specified by:
compareTo
in interfaceComparable<BuildTypeInvestigationRow>
-
-