Skip to content

Commit

Permalink
[JENKINS-31162] More context in a javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 21, 2016
1 parent ad2ae9d commit 4bdadc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/java/hudson/model/TopLevelItemDescriptor.java
Expand Up @@ -180,6 +180,9 @@ public String getCategoryId() {
/**
* Represents a file path pattern to get the Item icon in different sizes.
*
* For example: plugin/plugin-shortname/images/:size/item.png, where {@code :size} represents the different
* icon sizes used commonly in Jenkins project: 16x16, 24x24, 32x32 or 48x48
*
* @return A string or null if it is not defined.
*
* @since TODO
Expand Down

0 comments on commit 4bdadc2

Please sign in to comment.