- Accessor(String, List) - Constructor for class org.codehaus.swizzle.jira.MapObjectList.Accessor
-
- addAffectsVersion(Version) - Method in class org.codehaus.swizzle.jira.Issue
-
- addAnonymousPermissionsToSpace(List, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Give anonymous users the permissions {{permissions}} on the space with the key {{spaceKey}}.
- addAnonymousPermissionToSpace(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Give anonymous users the permission {{permission}} on the space with the key {{spaceKey}}.
- addAttachment(long, Attachment, byte[]) - Method in class org.codehaus.swizzle.confluence.Confluence
-
add a new attachment to a content entity object.
- addComment(Comment) - Method in class org.codehaus.swizzle.confluence.Confluence
-
adds a comment to the page.
- addComment(String, String) - Method in class org.codehaus.swizzle.jira.Jira
-
Adds a comment to an issue TODO: If someone adds a comment to an issue, we should account for that in our caching
- addComponent(Component) - Method in class org.codehaus.swizzle.jira.Issue
-
- addComponents(Component) - Method in class org.codehaus.swizzle.jira.Issue
-
Deprecated.
- addFixVersion(Version) - Method in class org.codehaus.swizzle.jira.Issue
-
- addGroup(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
add a new group
- addLabelById(long, long) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Adds a label with the given ID to the object with the given ContentEntityObject ID.
- addLabelByName(String, long) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Adds a label to the object with the given ContentEntityObject ID.
- addLabelByNameToSpace(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Adds a label to the object with the given ContentEntityObject ID.
- addLabelByObject(Label, long) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Adds the given label object to the object with the given ContentEntityObject ID.
- addPermissionsToSpace(List, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Give the entity named {{remoteEntityName}} (either a group or a user) the permissions {{permissions}} on the space with the key {{spaceKey}}.
- addPermissionToSpace(String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Give the entity named {{remoteEntityName}} (either a group or a user) the permission {{permission}} on the space with the key {{spaceKey}}.
- addSpace(Space) - Method in class org.codehaus.swizzle.confluence.Confluence
-
create a new space, passing in name, key and description.
- addSubTask(Issue) - Method in class org.codehaus.swizzle.jira.Issue
-
- addToMarkBuffer(byte) - Method in class org.codehaus.swizzle.stream.PushbackInputStream
-
Add a byte to the mark buffer if mark is active
- addUser(User, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
add a new user with the given password
- addUserToGroup(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
add a user to a particular group
- append(int) - Method in class org.codehaus.swizzle.stream.ScanBuffer
-
- apply(Map) - Method in class org.codehaus.swizzle.stream.StringTemplate
-
- args - Variable in class org.codehaus.swizzle.jira.Jira.Call
-
- ArraysUtil - Class in org.codehaus.swizzle.jirareport
-
I wish we could subclass java.util.Arrays and simply add two methods, but that class has only one constructor and it's private and cannot be subclassed.
- ArraysUtil() - Constructor for class org.codehaus.swizzle.jirareport.ArraysUtil
-
- as(String) - Method in class org.codehaus.swizzle.jirareport.DateUtil
-
- ascending(String) - Method in class org.codehaus.swizzle.jira.MapObjectList
-
Synonym for sort(field, false);
- asInt(String) - Method in class org.codehaus.swizzle.jirareport.StringsUtil
-
- asList(Object[]) - Method in class org.codehaus.swizzle.jirareport.ArraysUtil
-
- Attachment - Class in org.codehaus.swizzle.confluence
-
- Attachment() - Constructor for class org.codehaus.swizzle.confluence.Attachment
-
- Attachment(Map) - Constructor for class org.codehaus.swizzle.confluence.Attachment
-
- Attachment - Class in org.codehaus.swizzle.jira
-
- Attachment() - Constructor for class org.codehaus.swizzle.jira.Attachment
-
- Attachment(Map) - Constructor for class org.codehaus.swizzle.jira.Attachment
-
- AttachmentsFiller - Class in org.codehaus.swizzle.jira
-
- AttachmentsFiller(Jira) - Constructor for class org.codehaus.swizzle.jira.AttachmentsFiller
-
- AttachmentsUtil - Class in org.codehaus.swizzle.jirareport
-
- AttachmentsUtil() - Constructor for class org.codehaus.swizzle.jirareport.AttachmentsUtil
-
- attributes - Variable in class org.codehaus.swizzle.jira.MapObject
-
- atts - Variable in class org.codehaus.swizzle.jira.JiraRss.MapObjectHandler
-
- autofill(String, boolean) - Method in class org.codehaus.swizzle.jira.Jira
-
Valid schemes are "issue", "project", "voters", and "attachments" "issues" is enabled by default
- autofill(String) - Method in class org.codehaus.swizzle.jira.JiraRss
-
Valid schemes are "issue", "project", "voters", and "attachments" "issues" is enabled by default
- average(String) - Method in class org.codehaus.swizzle.jira.MapObjectList
-
- generate(String, PrintStream) - Static method in class org.codehaus.swizzle.jirareport.Main
-
- generate(VelocityContext, String, PrintStream) - Static method in class org.codehaus.swizzle.jirareport.Main
-
- getActiveUsers(boolean) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns all registered users as Strings
- getAffectsVersions() - Method in class org.codehaus.swizzle.jira.Issue
-
List of Versions
- getAncestors(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns all the ancestors (as
PageSummary
instances) of this page (parent, parent's parent etc).
- getArchived() - Method in class org.codehaus.swizzle.jira.Version
-
whether or not this version is archived
- getArg(String) - Method in class org.codehaus.swizzle.stream.ExecuteMacroInputStream.Macro
-
- getArgs() - Method in class org.codehaus.swizzle.stream.ExecuteMacroInputStream.Macro
-
- getAssignee() - Method in class org.codehaus.swizzle.jira.Issue
-
- getAttachment(String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
get information about an attachment.
- getAttachmentData(String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
get the contents of an attachment.
- getAttachments(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns all the
Attachment
s for this page (useful to point users to download them with the full file download URL returned).
- getAttachments() - Method in class org.codehaus.swizzle.jira.Issue
-
- getAttachmentsDir() - Method in class org.codehaus.swizzle.jirareport.AttachmentsUtil
-
- getAttributes() - Method in class org.codehaus.swizzle.jira.MapObject
-
- getAuthor() - Method in class org.codehaus.swizzle.confluence.BlogEntry
-
username of the author
- getAuthor() - Method in class org.codehaus.swizzle.jira.Attachment
-
- getAuthor() - Method in class org.codehaus.swizzle.jira.Filter
-
the username of this filter's owner
- getBaseUrl() - Method in class org.codehaus.swizzle.confluence.ServerInfo
-
The base URL for the confluence instance
- getBaseUrl() - Method in class org.codehaus.swizzle.jira.ServerInfo
-
- getBlogEntries(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
- getBlogEntry(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns a single BlogEntry.
- getBlogEntryByDayAndTitle(String, int, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Retrieves a blog post in the Space with the given spaceKey, with the title 'postTitle' and posted on the day 'dayOfMonth'.
- getBody() - Method in class org.codehaus.swizzle.jira.Comment
-
- getBoolean(String) - Method in class org.codehaus.swizzle.confluence.MapObject
-
- getBoolean(String) - Method in class org.codehaus.swizzle.jira.MapObject
-
- getBuffer() - Method in interface org.codehaus.swizzle.stream.PushbackBuffer
-
Gets the current contents of the buffer without modifying the position.
- getBuffer() - Method in class org.codehaus.swizzle.stream.PushbackInputStream
-
- getBuffer() - Method in class org.codehaus.swizzle.stream.ScanBuffer
-
- getBuffer() - Method in class org.codehaus.swizzle.stream.TruncateInputStream
-
Gets the current contents of the buffer
- getBuildDate() - Method in class org.codehaus.swizzle.jira.ServerInfo
-
- getBuildId() - Method in class org.codehaus.swizzle.confluence.ServerInfo
-
the build ID of the Confluence instance (usually a number)
- getBuildNumber() - Method in class org.codehaus.swizzle.jira.ServerInfo
-
- getBytesRead() - Method in class org.codehaus.swizzle.stream.ReplayInputStream
-
- getChildren(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns all the direct children (as
PageSummary
instances) of this page.
- getColour() - Method in class org.codehaus.swizzle.jira.Priority
-
the colour of this constant
- getComment() - Method in class org.codehaus.swizzle.confluence.Attachment
-
comment for the attachment {color:#cc3300}(Required){color}
- getComment(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns an individual comment.
- getComments(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns all the
Comment
s for this page.
- getComments() - Method in class org.codehaus.swizzle.jira.Issue
-
List of Comments
- getComments(String) - Method in class org.codehaus.swizzle.jira.Jira
-
List<
Comment
>: Returns all comments associated with the issue
- getComments(Issue) - Method in class org.codehaus.swizzle.jira.Jira
-
- getComponent(String, String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getComponent(Project, String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getComponent(String, int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getComponent(Project, int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getComponents() - Method in class org.codehaus.swizzle.jira.Issue
-
List of Components
- getComponents(String) - Method in class org.codehaus.swizzle.jira.Jira
-
List<
Component
>: Returns all components available in the specified project
- getComponents(Project) - Method in class org.codehaus.swizzle.jira.Jira
-
- getContent() - Method in class org.codehaus.swizzle.confluence.BlogEntry
-
the blog entry content
- getContent() - Method in class org.codehaus.swizzle.confluence.Comment
-
notated content of the comment (use renderContent to render)
- getContent() - Method in class org.codehaus.swizzle.confluence.Page
-
the page content
- getContent() - Method in class org.codehaus.swizzle.confluence.UserInformation
-
the user description
- getContent(String) - Method in interface org.codehaus.swizzle.rss.NewsGrabber
-
- getContent(String) - Method in class org.codehaus.swizzle.rss.OReillyNewsGrabber
-
- getContent(String) - Method in class org.codehaus.swizzle.rss.OSDNNewsGrabber
-
- getContent() - Method in class org.codehaus.swizzle.rss.RssItem
-
- getContent(String) - Method in class org.codehaus.swizzle.rss.SlashdotNewsGrabber
-
- getContentStatus() - Method in class org.codehaus.swizzle.confluence.Page
-
status of the page (eg current or deleted)
- getContentType() - Method in class org.codehaus.swizzle.confluence.Attachment
-
mime content type of the attachment {color:#cc0000}(Required){color}
- getCreated() - Method in class org.codehaus.swizzle.confluence.Attachment
-
creation date of the attachment
- getCreated() - Method in class org.codehaus.swizzle.confluence.Comment
-
creation date of the attachment
- getCreated() - Method in class org.codehaus.swizzle.confluence.Page
-
timestamp page was created
- getCreated() - Method in class org.codehaus.swizzle.jira.Attachment
-
- getCreated() - Method in class org.codehaus.swizzle.jira.Issue
-
example: 2005-10-11 06:10:39.115
- getCreationDate() - Method in class org.codehaus.swizzle.confluence.UserInformation
-
the date the user was created
- getCreator() - Method in class org.codehaus.swizzle.confluence.Attachment
-
creator of the attachment
- getCreator() - Method in class org.codehaus.swizzle.confluence.Comment
-
creator of the attachment
- getCreator() - Method in class org.codehaus.swizzle.confluence.Page
-
username of the creator
- getCreatorName() - Method in class org.codehaus.swizzle.confluence.UserInformation
-
the creator of the user
- getCustomfieldId() - Method in class org.codehaus.swizzle.jira.CustomFieldValue
-
- getCustomFieldValues() - Method in class org.codehaus.swizzle.jira.Issue
-
List of something
- getDate(String) - Method in class org.codehaus.swizzle.confluence.MapObject
-
- getDate(String) - Method in class org.codehaus.swizzle.jira.MapObject
-
- getDelegate() - Method in class org.codehaus.swizzle.stream.PushbackInputStream
-
- getDescendents(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns all the descendents (as
PageSummary
instances) of this page (children, children's children etc).
- getDescription() - Method in class org.codehaus.swizzle.confluence.Space
-
the HTML rendered space description
- getDescription() - Method in class org.codehaus.swizzle.jira.BasicObject
-
the description of this constant
- getDescription() - Method in class org.codehaus.swizzle.jira.Filter
-
the description of this filter
- getDescription() - Method in class org.codehaus.swizzle.jira.Issue
-
- getDescription() - Method in class org.codehaus.swizzle.jira.Project
-
a description of this project
- getDescription() - Method in class org.codehaus.swizzle.jirareport.Param
-
- getDescription() - Method in class org.codehaus.swizzle.rss.RssItem
-
- getDuedate() - Method in class org.codehaus.swizzle.jira.Issue
-
- getEdition() - Method in class org.codehaus.swizzle.jira.ServerInfo
-
- getEmail() - Method in class org.codehaus.swizzle.confluence.User
-
the email address of this user
- getEmail() - Method in class org.codehaus.swizzle.jira.User
-
the email address of this user
- getEndToken() - Method in class org.codehaus.swizzle.stream.TruncateInputStream
-
- getEnvironment() - Method in class org.codehaus.swizzle.jira.Issue
-
- getExcerpt() - Method in class org.codehaus.swizzle.confluence.SearchResult
-
a short excerpt of this result if it makes sense
- getFavoriteFilters() - Method in class org.codehaus.swizzle.jira.Jira
-
- getField() - Method in class org.codehaus.swizzle.jira.MapObjectList.Accessor
-
- getFieldName(String) - Method in class org.codehaus.swizzle.jira.JiraRss.MapObjectListHandler
-
- getFields() - Method in class org.codehaus.swizzle.jira.MapObject
-
- getFileName() - Method in class org.codehaus.swizzle.confluence.Attachment
-
file name of the attachment {color:#cc3300}(Required){color}
- getFileName() - Method in class org.codehaus.swizzle.jira.Attachment
-
- getFileSize() - Method in class org.codehaus.swizzle.confluence.Attachment
-
numeric file size of the attachment in bytes
- getFixVersions() - Method in class org.codehaus.swizzle.jira.Issue
-
List
- getFullname() - Method in class org.codehaus.swizzle.confluence.User
-
the full name of this user
- getFullname() - Method in class org.codehaus.swizzle.jira.User
-
the full name of this user
- getGroups() - Method in class org.codehaus.swizzle.confluence.Confluence
-
gets all groups as a list of
String
s
- getHomepage() - Method in class org.codehaus.swizzle.confluence.Space
-
the id of the space homepage
- getIcon() - Method in class org.codehaus.swizzle.jira.BasicObject
-
the URL to retrieve the icon of this constant
- getId() - Method in class org.codehaus.swizzle.confluence.Attachment
-
numeric id of the attachment
- getId() - Method in class org.codehaus.swizzle.confluence.BlogEntry
-
the id of the blog entry
- getId() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
-
the id of the blog entry
- getId() - Method in class org.codehaus.swizzle.confluence.Comment
-
numeric id of the comment
- getId() - Method in class org.codehaus.swizzle.confluence.Label
-
the ID of the label
- getId() - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
-
the id of the historical page
- getId() - Method in class org.codehaus.swizzle.confluence.PageSummary
-
the id of the page
- getId() - Method in class org.codehaus.swizzle.confluence.SearchResult
-
the long ID of this result (if the type has one)
- getId() - Method in class org.codehaus.swizzle.confluence.UserInformation
-
the ID of the user
- getId() - Method in class org.codehaus.swizzle.jira.Attachment
-
- getId() - Method in class org.codehaus.swizzle.jira.BasicObject
-
the id of this constant
- getId() - Method in class org.codehaus.swizzle.jira.Comment
-
- getId() - Method in class org.codehaus.swizzle.jira.Component
-
the id of the component
- getId() - Method in class org.codehaus.swizzle.jira.Filter
-
the id of this filter
- getId() - Method in class org.codehaus.swizzle.jira.Issue
-
28093
- getId() - Method in class org.codehaus.swizzle.jira.Project
-
the id of the project
- getId() - Method in class org.codehaus.swizzle.jira.Version
-
the id of the version
- getInt(String) - Method in class org.codehaus.swizzle.confluence.MapObject
-
- getInt(String) - Method in class org.codehaus.swizzle.jira.MapObject
-
- getIssue(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getIssue(String) - Method in class org.codehaus.swizzle.jira.JiraRss
-
- getIssue(Issue, String) - Method in class org.codehaus.swizzle.jira.SubTasksFiller.JiraResolver
-
- getIssue(Issue, String) - Method in class org.codehaus.swizzle.jira.SubTasksFiller.JiraRssResolver
-
- getIssue(Issue, String) - Method in interface org.codehaus.swizzle.jira.SubTasksFiller.Resolver
-
- getIssue(Issue, String) - Method in class org.codehaus.swizzle.jira.SubTasksFiller.RssResolver
-
- getIssues() - Method in class org.codehaus.swizzle.jira.JiraRss.Channel
-
- getIssues() - Method in class org.codehaus.swizzle.jira.JiraRss
-
- getIssuesFromFilter(Filter) - Method in class org.codehaus.swizzle.jira.Jira
-
- getIssuesFromFilter(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getIssuesFromFilter(int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getIssuesFromTextSearch(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getIssuesFromTextSearchWithProject(List, String, int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getIssueType(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getIssueType(int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getIssueTypes() - Method in class org.codehaus.swizzle.jira.Jira
-
- getIssueTypesForProject(int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getIssueTypesForProject(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getItems() - Method in class org.codehaus.swizzle.rss.RssFeed
-
- getKey() - Method in class org.codehaus.swizzle.confluence.SpaceSummary
-
the space key
- getKey() - Method in class org.codehaus.swizzle.jira.CustomFieldValue
-
- getKey() - Method in class org.codehaus.swizzle.jira.Issue
-
- getKey() - Method in class org.codehaus.swizzle.jira.Project
-
the project key
- getLabelContentById(long) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns the content for a given label ID
- getLabelContentByName(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns the content for a given label name.
- getLabelContentByObject(Label) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns the content for a given Label object.
- getLabelsByDetail(String, String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Retrieves the
Label
s matching the given {{labelName}}, {{namespace}}, {{spaceKey}} or {{owner}}.
- getLabelsById(long) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns all
Label
s for the given ContentEntityObject ID
- getLastModificationDate() - Method in class org.codehaus.swizzle.confluence.UserInformation
-
the date the user was last modified
- getLastModified(Resource) - Method in class org.codehaus.swizzle.jirareport.FederatedResourceLoader
-
- getLastModified(Resource) - Method in class org.codehaus.swizzle.jirareport.FederatedResourceLoader.SimplerFileResourceLoader
-
- getLastModified(Resource) - Method in class org.codehaus.swizzle.jirareport.FederatedResourceLoader.URLResourceLoader
-
- getLastModifierName() - Method in class org.codehaus.swizzle.confluence.UserInformation
-
the url to view this user online
- getLead() - Method in class org.codehaus.swizzle.jira.Project
-
the username of the project lead
- getLink() - Method in class org.codehaus.swizzle.jira.Issue
-
Only available via the RSS source Not available via XML-RPC source
- getLink() - Method in class org.codehaus.swizzle.rss.RssItem
-
- getList(String) - Method in class org.codehaus.swizzle.confluence.MapObject
-
- getList(String) - Method in class org.codehaus.swizzle.jira.MapObject
-
- getLockedBy() - Method in class org.codehaus.swizzle.confluence.Permission
-
The user or group name of the permission's owner
- getLocks() - Method in class org.codehaus.swizzle.confluence.BlogEntry
-
the number of locks current on this page
- getLocks() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
-
the number of locks current on this page
- getLocks() - Method in class org.codehaus.swizzle.confluence.PageSummary
-
the number of locks current on this page
- getLockType() - Method in class org.codehaus.swizzle.confluence.Permission
-
The type of permission.
- getMajorVersion() - Method in class org.codehaus.swizzle.confluence.ServerInfo
-
the major version number of the Confluence instance
- getMap(String) - Method in class org.codehaus.swizzle.confluence.MapObject
-
- getMapObject(String, Class) - Method in class org.codehaus.swizzle.jira.MapObject
-
- getMapObjects(String, Class<T>) - Method in class org.codehaus.swizzle.jira.MapObject
-
- getMethod() - Method in class org.codehaus.swizzle.jira.MapObjectList.Accessor
-
- getMinorVersion() - Method in class org.codehaus.swizzle.confluence.ServerInfo
-
the minor version number of the Confluence instance
- getModified() - Method in class org.codehaus.swizzle.confluence.Page
-
timestamp page was modified
- getModified() - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
-
timestamp change was made
- getModifier() - Method in class org.codehaus.swizzle.confluence.Page
-
username of the page's last modifier
- getModifier() - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
-
the user who made this change
- getMostPopularLabels(int) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns the most popular
Label
s for the Confluence instance, with a specified maximum number.
- getMostPopularLabelsInSpace(String, int) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns the most popular
Label
s for the given {{spaceKey}}, with a specified maximum number of results.
- getName() - Method in class org.codehaus.swizzle.confluence.Label
-
the nameof the label
- getName() - Method in class org.codehaus.swizzle.confluence.SpaceSummary
-
the name of the space
- getName() - Method in class org.codehaus.swizzle.confluence.User
-
the username of this user
- getName() - Method in class org.codehaus.swizzle.jira.BasicObject
-
the name of the constant
- getName() - Method in class org.codehaus.swizzle.jira.Component
-
the name of the component
- getName() - Method in class org.codehaus.swizzle.jira.Filter
-
the name of the filter
- getName() - Method in class org.codehaus.swizzle.jira.Project
-
the name of the project
- getName() - Method in class org.codehaus.swizzle.jira.User
-
the username of this user
- getName() - Method in class org.codehaus.swizzle.jira.Version
-
the name of the version
- getName() - Method in class org.codehaus.swizzle.jirareport.Param
-
- getName() - Method in class org.codehaus.swizzle.stream.ExecuteMacroInputStream.Macro
-
- getNamespace() - Method in class org.codehaus.swizzle.confluence.Label
-
the namespace of the label
- getNextByte() - Method in class org.codehaus.swizzle.stream.PushbackInputStream
-
- getNextByte() - Method in class org.codehaus.swizzle.stream.TruncateInputStream
-
- getOwner() - Method in class org.codehaus.swizzle.confluence.Label
-
the username of the owner
- getPage(PageSummary) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns a single Page
- getPage(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
- getPage(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns a single Page
- getPageHistory(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns all the
PageHistorySummary
instances - useful for looking up the previous versions of a page, and who changed them.
- getPageId() - Method in class org.codehaus.swizzle.confluence.Attachment
-
page ID of the attachment
- getPageId() - Method in class org.codehaus.swizzle.confluence.Comment
-
page ID of the comment
- getPagePermissions(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns a List of
Permission
s representing the permissions set on the given page.
- getPages(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
- getParams() - Method in exception org.codehaus.swizzle.jirareport.MissingParamsException
-
- getParentId() - Method in class org.codehaus.swizzle.confluence.PageSummary
-
the id of the parent page
- getParentTask() - Method in class org.codehaus.swizzle.jira.Issue
-
- getPatchLevel() - Method in class org.codehaus.swizzle.confluence.ServerInfo
-
the patch-level of the Confluence instance
- getPermissions(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns a List of
Permission
s representing the permissions the current user has for this space (a list of "view", "modify", "comment" and / or "admin").
- getPermissionsForUser(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns a List of
Permission
s representing the permissions the given user has for this space.
- getPriorities() - Method in class org.codehaus.swizzle.jira.Jira
-
List<
Priority
>: Returns all priorities in the system
- getPriority() - Method in class org.codehaus.swizzle.jira.Issue
-
- getPriority(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getPriority(int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getProject() - Method in class org.codehaus.swizzle.jira.Issue
-
- getProject(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getProject(int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getProjects() - Method in class org.codehaus.swizzle.jira.Jira
-
List<
Project
>: Returns a list of projects available to the user
- getProjectUrl() - Method in class org.codehaus.swizzle.jira.Project
-
the url of this project in your organisation (ie not a JIRA URL)
- getPublishDate() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
-
the date the blog post was published
- getRecentlyUsedLabels(int) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns the recently used
Label
s for the Confluence instance, with a specified maximum number of results.
- getRecentlyUsedLabelsInSpace(String, int) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns the recently used
Label
s for the given {{spaceKey}}, with a specified maximum number of results.
- getRegex() - Method in class org.codehaus.swizzle.jirareport.Param
-
- getRelatedLabels(String, int) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns the
Label
s related to the given label name, with a specified maximum number of results.
- getRelatedLabelsInSpace(String, String, int) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns the
Label
s related to the given label name for the given {{spaceKey}}, with a specified maximum number of results.
- getReleased() - Method in class org.codehaus.swizzle.jira.Version
-
whether or not this version is released
- getReleaseDate() - Method in class org.codehaus.swizzle.jira.Version
-
- getReporter() - Method in class org.codehaus.swizzle.jira.Issue
-
- getResolution() - Method in class org.codehaus.swizzle.jira.Issue
-
- getResolution(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getResolution(int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getResolutions() - Method in class org.codehaus.swizzle.jira.Jira
-
List<
Resolution
>: Returns all resolutions in the system
- getResourceStream(String) - Method in class org.codehaus.swizzle.jirareport.FederatedResourceLoader
-
- getResourceStream(String) - Method in class org.codehaus.swizzle.jirareport.FederatedResourceLoader.SimplerFileResourceLoader
-
- getResourceStream(String) - Method in class org.codehaus.swizzle.jirareport.FederatedResourceLoader.URLResourceLoader
-
- getSavedFilter(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getSavedFilter(int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getSavedFilters() - Method in class org.codehaus.swizzle.jira.Jira
-
List<
Filter
>: Gets all saved filters available for the currently logged in user
- getScanString() - Method in class org.codehaus.swizzle.stream.ScanBuffer
-
- getSequence() - Method in class org.codehaus.swizzle.jira.Version
-
- getServerInfo() - Method in class org.codehaus.swizzle.confluence.Confluence
-
retrieve some basic information about the server being connected to.
- getServerInfo() - Method in class org.codehaus.swizzle.jira.Jira
-
Returns the Server information such as baseUrl, version, edition, buildDate, buildNumber.
- getSpace() - Method in class org.codehaus.swizzle.confluence.BlogEntry
-
the key of the space that this blog entry belongs to
- getSpace() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
-
the key of the space that this blog entry belongs to
- getSpace(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns a single Space.
- getSpace() - Method in class org.codehaus.swizzle.confluence.PageSummary
-
the key of the space that this page belongs to
- getSpaceLevelPermissions() - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns List of the space level
Permission
s which may be granted.
- getSpaces() - Method in class org.codehaus.swizzle.confluence.Confluence
-
returns all the
SpaceSummary
instances that the current user can see.
- getSpacesContainingContentWithLabel(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns all Spaces that have content labelled with {{labelName}}.
- getSpacesWithLabel(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Returns an array of
Space
s that have been labelled with {{labelName}}.
- getStatus() - Method in class org.codehaus.swizzle.jira.Issue
-
6
- getStatus(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getStatus(int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getStatus() - Method in class org.codehaus.swizzle.jirareport.Param
-
- getStatuses() - Method in class org.codehaus.swizzle.jira.Jira
-
List<
Status
>: Returns all statuses in the system
- getString(String) - Method in class org.codehaus.swizzle.confluence.MapObject
-
- getString(String) - Method in class org.codehaus.swizzle.jira.MapObject
-
- getSubTaskIssueType(String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getSubTaskIssueType(int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getSubTaskIssueTypes() - Method in class org.codehaus.swizzle.jira.Jira
-
List<
IssueType
>: Returns all visible subtask issue types in the system
- getSubTasks() - Method in class org.codehaus.swizzle.jira.Issue
-
- getSummary() - Method in class org.codehaus.swizzle.jira.Issue
-
- getTimePerformed() - Method in class org.codehaus.swizzle.jira.Comment
-
- getTitle() - Method in class org.codehaus.swizzle.confluence.Attachment
-
title of the attachment
- getTitle() - Method in class org.codehaus.swizzle.confluence.BlogEntry
-
the title of the page
- getTitle() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
-
the title of the blog entry
- getTitle() - Method in class org.codehaus.swizzle.confluence.Comment
-
title of the comment
- getTitle() - Method in class org.codehaus.swizzle.confluence.PageSummary
-
the title of the page
- getTitle() - Method in class org.codehaus.swizzle.confluence.RSSFeed
-
the feed's title
- getTitle() - Method in class org.codehaus.swizzle.confluence.SearchResult
-
the feed's title
- getTitle() - Method in class org.codehaus.swizzle.rss.RssItem
-
- getType() - Method in class org.codehaus.swizzle.confluence.SearchResult
-
the type of this result - page, comment, spacedesc, attachment, userinfo, blogpost
- getType() - Method in class org.codehaus.swizzle.jira.Issue
-
- getType() - Method in class org.codehaus.swizzle.rss.RssItem
-
- getUpdated() - Method in class org.codehaus.swizzle.jira.Issue
-
- getUrl() - Method in class org.codehaus.swizzle.confluence.Attachment
-
url to download the attachment online
- getUrl() - Method in class org.codehaus.swizzle.confluence.BlogEntry
-
the url to view this blog entry online
- getUrl() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
-
the url to view this blog entry online
- getUrl() - Method in class org.codehaus.swizzle.confluence.Comment
-
url to view the comment online
- getUrl() - Method in class org.codehaus.swizzle.confluence.PageSummary
-
the url to view this page online
- getUrl() - Method in class org.codehaus.swizzle.confluence.RSSFeed
-
the URL of the RSS feed
- getUrl() - Method in class org.codehaus.swizzle.confluence.SearchResult
-
the remote URL needed to view this search result online
- getUrl() - Method in class org.codehaus.swizzle.confluence.SpaceSummary
-
the url to view this space online
- getUrl() - Method in class org.codehaus.swizzle.confluence.User
-
the url to view this user online
- getUrl() - Method in class org.codehaus.swizzle.jira.Attachment
-
- getUrl(String) - Method in class org.codehaus.swizzle.jira.MapObject
-
- getUrl() - Method in class org.codehaus.swizzle.jira.Project
-
the url to view this project online
- getUser(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
get a single user
- getUser(String) - Method in class org.codehaus.swizzle.jira.Jira
-
Returns a user's information given a username
- getUserGroups(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
get a user's current groups as a list of
String
s
- getUserInformation(String) - Method in class org.codehaus.swizzle.confluence.Confluence
-
Retrieves user information
- getUsername() - Method in class org.codehaus.swizzle.confluence.UserInformation
-
the username of this user
- getUsername() - Method in class org.codehaus.swizzle.jira.Comment
-
- getValue() - Method in class org.codehaus.swizzle.jira.CustomFieldValue
-
- getValue(MapObject) - Method in class org.codehaus.swizzle.jira.MapObjectList.Accessor
-
- getValues() - Method in class org.codehaus.swizzle.jira.CustomFieldValue
-
- getVersion() - Method in class org.codehaus.swizzle.confluence.BlogEntry
-
the version number of this blog entry
- getVersion() - Method in class org.codehaus.swizzle.confluence.Page
-
the version number of this page
- getVersion() - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
-
the version of this historical page
- getVersion() - Method in class org.codehaus.swizzle.confluence.UserInformation
-
the version
- getVersion(String, String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getVersion(Project, String) - Method in class org.codehaus.swizzle.jira.Jira
-
- getVersion(String, int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getVersion(Project, int) - Method in class org.codehaus.swizzle.jira.Jira
-
- getVersion() - Method in class org.codehaus.swizzle.jira.ServerInfo
-
- getVersions(String) - Method in class org.codehaus.swizzle.jira.Jira
-
List<
Version
>: Returns all versions available in the specified project
- getVersions(Project) - Method in class org.codehaus.swizzle.jira.Jira
-
- getVoters() - Method in class org.codehaus.swizzle.jira.Issue
-
This data is not available via interface except scraping the html from the web interface.
- getVotes() - Method in class org.codehaus.swizzle.jira.Issue
-
- getXml() - Method in class org.codehaus.swizzle.jira.Filter
-
a complete XML representation of this search request - I don't recommend you use this for now, it's complex :)
- greater(String, String) - Method in class org.codehaus.swizzle.jira.MapObjectList
-
- greater(String, Object) - Method in class org.codehaus.swizzle.jira.MapObjectList
-
- Grep - Class in org.codehaus.swizzle
-
- Grep(String, int) - Constructor for class org.codehaus.swizzle.Grep
-