net.nemerosa.ontrack.model.structure.BranchTemplateInstanceConnectRequest 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 java.util.Map;
/**
* Request to create a template instance for one name only.
*/
@Data
public class BranchTemplateInstanceConnectRequest {
/**
* Branch template ID
*/
private final int templateId;
/**
* Manual expressions
*/
private final boolean manual;
/**
* List of parameters
*/
private final Map parameters;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy