Class ChangesBean
- java.lang.Object
-
- jetbrains.buildServer.notification.impl.ChangesBean
-
public class ChangesBean extends Object
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description ChangesBean(SBuild build, ChangesCalculationOptionsFactory changesCalculationOptionsFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SBuild
getBuild()
List<SVcsModification>
getModifications()
int
getModificationsNumber()
boolean
isChangesClipped()
-
-
-
Constructor Detail
-
ChangesBean
public ChangesBean(@NotNull SBuild build, @NotNull ChangesCalculationOptionsFactory changesCalculationOptionsFactory)
-
-
Method Detail
-
getBuild
@NotNull public SBuild getBuild()
-
isChangesClipped
public boolean isChangesClipped()
-
getModificationsNumber
public int getModificationsNumber()
-
getModifications
@NotNull public List<SVcsModification> getModifications()
-
-