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

net.nemerosa.ontrack.model.support.ConfigurationDescriptor Maven / Gradle / Ivy

There is a newer version: 4.4.5
Show newest version
package net.nemerosa.ontrack.model.support;

import lombok.Data;

/**
 * This class is used mainly for selection purposes, when we want to present a user with a list
 * of configurations.
 */
@Data
public class ConfigurationDescriptor {

    /**
     * Identifier for the configuration
     */
    private final String id;
    /**
     * Display name for the configuration
     */
    private final String name;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy