Package dev.galasa.framework.spi.tags
Interface ITagsService
public interface ITagsService
-
Method Summary
-
Method Details
-
getTags
Get all tags from the CPS.- Returns:
- List of Tag objects
- Throws:
TagsException- if there is an error retrieving the tags
-
getTagByName
Get a tag by its name from the CPS.- Parameters:
tagName- The name of the tag to retrieve- Returns:
- The Tag object, or null if not found
- Throws:
TagsException- if there is an error retrieving the tag
-
setTag
Create or update a tag.- Parameters:
tag- The Tag object to set- Throws:
TagsException- if there is an error setting the tag
-
deleteTag
Delete a tag with the given name.- Parameters:
tagName- The name of the tag to delete- Throws:
TagsException- if there is an error deleting the tag
-