All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.nemerosa.ontrack.model.structure.BranchBuildView Maven / Gradle / Ivy

There is a newer version: 4.4.5
Show newest version
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