@Component
public class BuildSVNInformationExtension
extends net.nemerosa.ontrack.extension.support.AbstractExtension
implements net.nemerosa.ontrack.extension.api.EntityInformationExtension
extension adds some information
about the SVN source for a build.| Constructor and Description |
|---|
BuildSVNInformationExtension(SVNExtensionFeature extensionFeature,
net.nemerosa.ontrack.model.structure.PropertyService propertyService,
SVNService svnService,
SVNChangeLogService svnChangeLogService,
net.nemerosa.ontrack.tx.TransactionService transactionService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<net.nemerosa.ontrack.extension.api.model.EntityInformation> |
getInformation(net.nemerosa.ontrack.model.structure.ProjectEntity entity) |
@Autowired public BuildSVNInformationExtension(SVNExtensionFeature extensionFeature, net.nemerosa.ontrack.model.structure.PropertyService propertyService, SVNService svnService, SVNChangeLogService svnChangeLogService, net.nemerosa.ontrack.tx.TransactionService transactionService)