Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
[JENKINS-20020] Noting a use case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Nov 6, 2015
1 parent 07247d4 commit b5082ba
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 b5082ba

Please sign in to comment.