Class BuildProblemInvestigationImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.ResponsibilityInfo
-
- jetbrains.buildServer.responsibility.impl.BuildProblemInvestigationImpl
-
- All Implemented Interfaces:
Loggable
,BuildProblemResponsibilityEntry
,ResponsibilityEntry
public class BuildProblemInvestigationImpl extends ResponsibilityInfo implements BuildProblemResponsibilityEntry
User: Victory.Bedrosova Date: 1/9/13 Time: 12:39 PM
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jetbrains.buildServer.responsibility.ResponsibilityEntry
ResponsibilityEntry.RemoveMethod, ResponsibilityEntry.State
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.ResponsibilityInfo
myComment, myRemoveMethod, myReporterUser, myResponsibleUser, myState, myTimestamp
-
-
Constructor Summary
Constructors Constructor Description BuildProblemInvestigationImpl(ResponsibilityEntry.State state, User responsibleUser, User reporterUser, Date timestamp, String comment, ResponsibilityEntry.RemoveMethod removeMethod, SProject project, int problemId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
describe(boolean verbose)
boolean
equals(Object o)
BuildProblemInfo
getBuildProblemInfo()
BuildProject
getProject()
int
hashCode()
-
Methods inherited from class jetbrains.buildServer.serverSide.ResponsibilityInfo
getComment, getRemoveMethod, getReporterUser, getResponsibleUser, getState, getTimestamp
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.responsibility.ResponsibilityEntry
getComment, getRemoveMethod, getReporterUser, getResponsibleUser, getState, getTimestamp
-
-
-
-
Constructor Detail
-
BuildProblemInvestigationImpl
public BuildProblemInvestigationImpl(@NotNull ResponsibilityEntry.State state, @Nullable User responsibleUser, @Nullable User reporterUser, @Nullable Date timestamp, @Nullable String comment, @NotNull ResponsibilityEntry.RemoveMethod removeMethod, @NotNull SProject project, int problemId)
-
-
Method Detail
-
getBuildProblemInfo
@NotNull public BuildProblemInfo getBuildProblemInfo()
- Specified by:
getBuildProblemInfo
in interfaceBuildProblemResponsibilityEntry
-
getProject
@NotNull public BuildProject getProject()
- Specified by:
getProject
in interfaceBuildProblemResponsibilityEntry
-
describe
@NotNull public String describe(boolean verbose)
- Specified by:
describe
in interfaceLoggable
- Overrides:
describe
in classResponsibilityInfo
- Parameters:
verbose
- verbosity of object description- Returns:
- description of this object. If verbose is true, description should have mode details.
-
-