net.nemerosa.ontrack.model.structure.BranchBuildView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-model Show documentation
Show all versions of ontrack-model Show documentation
Ontrack module: ontrack-model
package net.nemerosa.ontrack.model.structure;
import lombok.Data;
import net.nemerosa.ontrack.model.support.Action;
import java.util.List;
/**
* Filtered list of builds for a branch, with all their validation
* stamps and promotion levels.
*/
@Data
public class BranchBuildView implements View {
/**
* Filtered list of build views (the filter is not managed by the view itself)
*/
private final List buildViews;
/**
* List of build diff actions.
*/
private final List buildDiffActions;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy