Package | Description |
---|---|
org.codehaus.swizzle.jira | |
org.codehaus.swizzle.jirareport |
Modifier and Type | Method and Description |
---|---|
Project |
Issue.getProject() |
Project |
Jira.getProject(int id) |
Project |
Jira.getProject(String key) |
Modifier and Type | Method and Description |
---|---|
List<Project> |
Jira.getProjects()
List<
Project >: Returns a list of projects available to the user |
Modifier and Type | Method and Description |
---|---|
void |
ProjectFiller.fill(Project dest) |
Component |
Jira.getComponent(Project project,
int id) |
Component |
Jira.getComponent(Project project,
String name) |
List<Component> |
Jira.getComponents(Project project) |
Version |
Jira.getVersion(Project project,
int id) |
Version |
Jira.getVersion(Project project,
String name) |
List<Version> |
Jira.getVersions(Project project) |
void |
Issue.setProject(Project project) |
Modifier and Type | Method and Description |
---|---|
File |
AttachmentsUtil.createAttachmentsTmpDir(Project project) |
Copyright © 2019 The Codehaus Foundation. All rights reserved.