Class BulkMuteBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.investigate.BulkMuteBean
-
public class BulkMuteBean extends Object
User: Victory.Bedrosova Date: 1/14/13 Time: 12:42 PM- Since:
- 8.0
-
-
Constructor Summary
Constructors Constructor Description BulkMuteBean(SProject project, MuteInfo muteInfo, String comment, Set<SBuildType> checkedBuildTypes, SBuildType contextBuildType, boolean bulk)
BulkMuteBean(SProject project, UnmuteOptionType unmuteOptionType, Set<SBuildType> checkedBuildTypes, SBuildType contextBuildType, boolean bulk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SBuildType>
getBuildTypes()
String
getComment()
SBuildType
getContextBuildType()
MuteInfo
getMuteInfo()
SProject
getProject()
String
getSelectedUnmuteOption()
String
getSelectedUnmuteTimeOption()
boolean
isBuildTypeScopeSelected()
boolean
isBulk()
boolean
isChecked(SBuildType buildType)
boolean
isKnown()
boolean
isMuted()
void
setComment(String comment)
-
-
-
Constructor Detail
-
BulkMuteBean
public BulkMuteBean(@NotNull SProject project, @Nullable MuteInfo muteInfo, @Nullable String comment, @Nullable Set<SBuildType> checkedBuildTypes, @Nullable SBuildType contextBuildType, boolean bulk)
-
BulkMuteBean
public BulkMuteBean(@NotNull SProject project, @Nullable UnmuteOptionType unmuteOptionType, @Nullable Set<SBuildType> checkedBuildTypes, @Nullable SBuildType contextBuildType, boolean bulk)
Creates a new bean instance with empty mute info and comment, but a custom unmute type.
- Parameters:
unmuteOptionType
- the custom unmute type.
-
-
Method Detail
-
getProject
@NotNull public SProject getProject()
-
getBuildTypes
@NotNull public List<SBuildType> getBuildTypes()
-
isMuted
public boolean isMuted()
-
getMuteInfo
@Nullable public MuteInfo getMuteInfo()
-
getSelectedUnmuteOption
@NotNull public String getSelectedUnmuteOption()
-
getSelectedUnmuteTimeOption
@NotNull public String getSelectedUnmuteTimeOption()
-
getComment
@NotNull public String getComment()
-
isKnown
public boolean isKnown()
-
isBulk
public boolean isBulk()
-
isBuildTypeScopeSelected
public boolean isBuildTypeScopeSelected()
-
isChecked
public boolean isChecked(@NotNull SBuildType buildType)
-
getContextBuildType
@Nullable public SBuildType getContextBuildType()
-
setComment
public void setComment(@Nullable String comment)
-
-