gpt4 book ai didi

java - 当我的 View 是选定 View 时,为什么 View 选项卡不显示?

转载 作者:行者123 更新时间:2023-11-30 09:40:56 26 4
gpt4 key购买 nike

我为 Jenkins 制作了一个 View 插件:

public class PipelineDashboard extends View {
...
}

并使用 configure-entries.jellymain.jelly 文件制作我的 resources/my.package.PipelineDashboard 包。

这是我的 configure-entries.jelly 文件:

 <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<div class="myViewContent">...</div>
</j:jelly>

该插件运行良好并且完全符合我的要求,除了一个问题:当我创建自定义 View 的 View (在图像“Bacon”中)并且该 View 是选定 View 时,用于选择其他选项卡的选项卡消失了:

Missing tabs

引用选择默认的 All 选项卡:

All has tabs

我需要在我的 Jelly 文件或我的 View 扩展中放入什么才能显示吗?

最佳答案

找到了:

在 View 的 main.jelly 中,在顶部添加以下内容:

    <j:set var="views" value="${it.owner.views}"/>
<j:set var="currentView" value="${it}"/>
<st:include page="viewTabs.jelly" it="${it.owner.viewsTabBar}"/>

关于java - 当我的 View 是选定 View 时,为什么 View 选项卡不显示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9217679/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com