提交 e19e0ebd 编写于 作者: K Kohsuke Kawaguchi

noting legacy stuff

上级 09ff6a37
......@@ -139,6 +139,7 @@ public abstract class Job<JobT extends Job<JobT, RunT>, RunT extends Run<JobT, R
/**
* List of {@link UserProperty}s configured for this project.
*/
// this should have been DescribableList but now it's too late
protected CopyOnWriteList<JobProperty<? super JobT>> properties = new CopyOnWriteList<JobProperty<? super JobT>>();
protected Job(ItemGroup parent, String name) {
......
......@@ -52,7 +52,7 @@ THE SOFTWARE.
</f:optionalBlock>
</j:if>
<!-- job property configurations -->
<!-- job property configurations. This should have been <f:descriptorList> -->
<j:set var="instances" value="${it.properties}" />
<j:forEach var="d" items="${h.getJobPropertyDescriptors(it.getClass())}" varStatus="loop">
<j:scope>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册