Issue Type: New Feature New Feature
Assignee: Daniel Spilker
Components: job-dsl-plugin
Created: 19/Mar/15 5:32 PM
Description:

It would be nice if folders natively supported icons.
Proposed syntax:

folder('my folder') { bundledIcon('package') iconUrl('http://url/to/icon.png') }

Relevant configure blocks:
bundled icon:
configure { folder ->
folder / icon(class:'com.cloudbees.hudson.plugins.folder.icons.BuiltinFolderIcon') { baseName('package') }
}

icon url:
configure { folder ->
folder / icon(class:'<icon class="com.cloudbees.hudson.plugins.folder.icons.UrlFolderIcon') { url('http://url/to/icon.png') }
}

Project: Jenkins
Priority: Minor Minor
Reporter: Jeff Skjonsby
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to