提交 6c5fbf00 编写于 作者: A Antonio Muniz 提交者: Daniel Beck

Update since tags for Item Categorization API (#2465)

上级 64270cc2
...@@ -139,7 +139,7 @@ public abstract class TopLevelItemDescriptor extends Descriptor<TopLevelItem> { ...@@ -139,7 +139,7 @@ public abstract class TopLevelItemDescriptor extends Descriptor<TopLevelItem> {
* *
* @return A string, by default the value from newInstanceDetail view is taken. * @return A string, by default the value from newInstanceDetail view is taken.
* *
* @since TODO * @since 2.0
*/ */
@Nonnull @Nonnull
public String getDescription() { public String getDescription() {
...@@ -171,7 +171,7 @@ public abstract class TopLevelItemDescriptor extends Descriptor<TopLevelItem> { ...@@ -171,7 +171,7 @@ public abstract class TopLevelItemDescriptor extends Descriptor<TopLevelItem> {
* *
* @return A string with the category identifier, {@link ItemCategory.UncategorizedCategory#getId()} by default. * @return A string with the category identifier, {@link ItemCategory.UncategorizedCategory#getId()} by default.
* *
* @since TODO * @since 2.0
*/ */
@Nonnull @Nonnull
public String getCategoryId() { public String getCategoryId() {
...@@ -188,7 +188,7 @@ public abstract class TopLevelItemDescriptor extends Descriptor<TopLevelItem> { ...@@ -188,7 +188,7 @@ public abstract class TopLevelItemDescriptor extends Descriptor<TopLevelItem> {
* *
* @return A string or null if it is not defined. * @return A string or null if it is not defined.
* *
* @since TODO * @since 2.0
*/ */
@CheckForNull @CheckForNull
public String getIconFilePathPattern() { public String getIconFilePathPattern() {
...@@ -202,7 +202,7 @@ public abstract class TopLevelItemDescriptor extends Descriptor<TopLevelItem> { ...@@ -202,7 +202,7 @@ public abstract class TopLevelItemDescriptor extends Descriptor<TopLevelItem> {
* *
* @return A string or null if it is not defined. * @return A string or null if it is not defined.
* *
* @since TODO * @since 2.0
*/ */
@CheckForNull @CheckForNull
public String getIconFilePath(String size) { public String getIconFilePath(String size) {
......
...@@ -28,6 +28,8 @@ import hudson.Extension; ...@@ -28,6 +28,8 @@ import hudson.Extension;
/** /**
* Designed for projects with a self-contained configuration and history. * Designed for projects with a self-contained configuration and history.
*
* @since 2.0
*/ */
@Extension(ordinal = -100) @Extension(ordinal = -100)
public class StandaloneProjectsCategory extends ItemCategory { public class StandaloneProjectsCategory extends ItemCategory {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册