Package jetbrains.buildServer.serverSide
Class ProjectModelDiff
- java.lang.Object
-
- jetbrains.buildServer.serverSide.ProjectModelDiff
-
public class ProjectModelDiff extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectModelDiff.Status
-
Constructor Summary
Constructors Constructor Description ProjectModelDiff()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<UpdatedEntity>
getChangesAffectingProject(ProjectEx project)
Returns collection of changed entities affecting the specified project with their statusboolean
isEmpty()
-
-
-
Method Detail
-
getChangesAffectingProject
@NotNull public Collection<UpdatedEntity> getChangesAffectingProject(@NotNull ProjectEx project)
Returns collection of changed entities affecting the specified project with their status- Parameters:
project
- project of interest- Returns:
- see above
-
isEmpty
public boolean isEmpty()
-
-