Package jetbrains.buildServer
Class UserChanges
- java.lang.Object
-
- jetbrains.buildServer.UserChanges
-
public class UserChanges extends Object
- Author:
- Pavel.Sher Date: 31.08.2006
-
-
Constructor Summary
Constructors Constructor Description UserChanges(List<Committer> committers, BuildPromotionEx buildPromotion, List<ChangeDescriptor> changes, boolean highlight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChangeDescriptor>
getChanges()
List<Committer>
getCommitters()
Map<Long,SVcsModification>
getPersonalChanges()
boolean
isHightlightChanges()
-
-
-
Constructor Detail
-
UserChanges
public UserChanges(@NotNull List<Committer> committers, @Nullable BuildPromotionEx buildPromotion, @NotNull List<ChangeDescriptor> changes, boolean highlight)
-
-
Method Detail
-
isHightlightChanges
public boolean isHightlightChanges()
-
getChanges
@NotNull public List<ChangeDescriptor> getChanges()
-
getPersonalChanges
@NotNull public Map<Long,SVcsModification> getPersonalChanges()
-
-