|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TagsManager
Processes tags on build instances.
| Method Summary | |
|---|---|
java.util.List<Build> |
findAll(java.lang.String tag)
Returns all builds marked with the specified tag. |
java.util.List<Build> |
findAll(java.lang.String tag,
BuildType configuration)
Returns all builds marked with the specified tag for the specified configuration. |
java.util.List<java.lang.String> |
getAllTags(Build build)
Returns all tags assigned for the specified build. |
java.util.List<java.lang.String> |
getAllTags(BuildType buildType)
Returns all tags assigned to configuration builds. |
void |
setTags(java.util.List<java.lang.String> tags,
SBuild build)
Deprecated. Use setTags(User, List, SBuild) |
void |
setTags(User user,
java.util.List<java.lang.String> tags,
SBuild build)
Changes tag set for the specified build. |
| Method Detail |
|---|
java.util.List<Build> findAll(java.lang.String tag)
tag - specified tag.
java.util.List<Build> findAll(java.lang.String tag,
BuildType configuration)
tag - specified tag.configuration - specified configuration.
java.util.List<java.lang.String> getAllTags(Build build)
build - specified build instance.
void setTags(java.util.List<java.lang.String> tags,
SBuild build)
setTags(User, List, SBuild)
tags - specified tag set.build - specified build.
void setTags(User user,
java.util.List<java.lang.String> tags,
SBuild build)
user - user who set specified tagstags - specified tag set.build - specified build.java.util.List<java.lang.String> getAllTags(BuildType buildType)
buildType - specified configuration.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||