net.nemerosa.ontrack.model.structure.PromotionView 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 com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.fasterxml.jackson.annotation.JsonView;
import lombok.Data;
@Data
@JsonPropertyOrder(alphabetic = true)
public class PromotionView implements View {
private final PromotionLevel promotionLevel;
@JsonView({ProjectStatusView.class, BranchStatusView.class, PromotionView.class, Build.class})
private final PromotionRun promotionRun;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy