Skip to content

Commit

Permalink
[JENKINS-20020] Noting a use case.
Browse files Browse the repository at this point in the history
Originally-Committed-As: b5082ba5b09c410762573da76c3da30c4e78de90
  • Loading branch information
jglick committed Nov 6, 2015
1 parent 1f0ac8f commit aae2b21
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -566,7 +566,7 @@ public static void alias() {
return new WorkflowJob(parent, name);
}

/** TODO can delete this in case {@code f:dropdownDescriptorSelector} defaults to applying {@code h.filterDescriptors} */
/** TODO JENKINS-20020 can delete this in case {@code f:dropdownDescriptorSelector} defaults to applying {@code h.filterDescriptors} */
@Restricted(DoNotUse.class) // Jelly
public Collection<FlowDefinitionDescriptor> getDefinitionDescriptors(WorkflowJob context) {
return DescriptorVisibilityFilter.apply(context, ExtensionList.lookup(FlowDefinitionDescriptor.class));
Expand Down

0 comments on commit aae2b21

Please sign in to comment.