|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JNProject | |
---|---|
org.kohsuke.jnt | The library that exposes programatic manipulation of java.net. |
org.kohsuke.jnt.ant | |
org.kohsuke.jnt.tools |
Uses of JNProject in org.kohsuke.jnt |
---|
Methods in org.kohsuke.jnt that return JNProject | |
---|---|
JNProject |
JNProject.getOwnerCommunity()
Gets the community project to which this project directly/indirectly belongs. |
JNProject |
JNProject.getParent()
Gets the parent project. |
JNProject |
JNMailingList.getProject()
Gets the project to which this mailing list belongs. |
JNProject |
JNNewsItem.getProject()
Gets the project to which this announcement belongs. |
JNProject |
JNIssue.getProject()
Gets the project that this issue is filed for. |
JNProject |
JNForum.getProject()
Gets the project to which this forum belongs. |
JNProject |
JavaNet.getProject(String projectName)
Obtains a JNProject object from its name. |
Methods in org.kohsuke.jnt that return types with arguments of type JNProject | |
---|---|
Set<JNProject> |
JNMyself.getMyProjects()
Set of JNProject to which the current user belongs. |
Collection<JNProject> |
JNUser.getProjects()
Gets the projects to which the user belongs. |
Collection<JNProject> |
JNMyself.getProjects()
The same as JNMyself.getMyProjects() . |
Set<JNProject> |
JNProject.getSubProjects()
Returns a set of JNProject objects that represent the sub-projects
of this project. |
Methods in org.kohsuke.jnt with parameters of type JNProject | |
---|---|
void |
JNProject.setParent(JNProject newParent)
Moves this project under the specified project. |
Constructors in org.kohsuke.jnt with parameters of type JNProject | |
---|---|
JNForum(JNProject project,
String name,
int id,
int messageCount,
String description)
|
Uses of JNProject in org.kohsuke.jnt.ant |
---|
Methods in org.kohsuke.jnt.ant with parameters of type JNProject | |
---|---|
void |
FileUploadTask.run(JNProject cmd)
|
void |
FileDeleteTask.run(JNProject cmd)
|
Uses of JNProject in org.kohsuke.jnt.tools |
---|
Fields in org.kohsuke.jnt.tools declared as JNProject | |
---|---|
JNProject |
NewBugEmail.project
Project to which this bug is reported. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |