jetbrains.buildServer.responsibility
Interface BuildTypeResponsibilityEntry

All Superinterfaces:
ResponsibilityEntry
All Known Implementing Classes:
BuildTypeResponsibilityEntryImpl

public interface BuildTypeResponsibilityEntry
extends ResponsibilityEntry

Since:
5.0
Author:
Maxim Podkolzine (maxim.podkolzine@jetbrains.com)

Nested Class Summary
 
Nested classes/interfaces inherited from interface jetbrains.buildServer.responsibility.ResponsibilityEntry
ResponsibilityEntry.State
 
Method Summary
 BuildType getBuildType()
          Returns the build type associated with this entry.
 
Methods inherited from interface jetbrains.buildServer.responsibility.ResponsibilityEntry
getComment, getReporterUser, getResponsibleUser, getState, getTimestamp
 

Method Detail

getBuildType

@NotNull
BuildType getBuildType()
Returns the build type associated with this entry.

Returns:
build type