net.nemerosa.ontrack.model.support.ConfigurationDescriptor 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.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