@Component
public class SVNBranchResourceDecorationContributor
extends java.lang.Object
implements net.nemerosa.ontrack.ui.resource.ResourceDecorationContributor<net.nemerosa.ontrack.model.structure.Branch>
| Constructor and Description |
|---|
SVNBranchResourceDecorationContributor(SVNService svnService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyTo(net.nemerosa.ontrack.model.structure.ProjectEntityType projectEntityType) |
java.util.List<net.nemerosa.ontrack.ui.resource.LinkDefinition<net.nemerosa.ontrack.model.structure.Branch>> |
getLinkDefinitions() |
@Autowired public SVNBranchResourceDecorationContributor(SVNService svnService)
public java.util.List<net.nemerosa.ontrack.ui.resource.LinkDefinition<net.nemerosa.ontrack.model.structure.Branch>> getLinkDefinitions()
getLinkDefinitions in interface net.nemerosa.ontrack.ui.resource.ResourceDecorationContributor<net.nemerosa.ontrack.model.structure.Branch>public boolean applyTo(net.nemerosa.ontrack.model.structure.ProjectEntityType projectEntityType)
applyTo in interface net.nemerosa.ontrack.ui.resource.ResourceDecorationContributor<net.nemerosa.ontrack.model.structure.Branch>