|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaNet | |
---|---|
org.kohsuke.jnt | The library that exposes programatic manipulation of java.net. |
org.kohsuke.jnt.tools |
Uses of JavaNet in org.kohsuke.jnt |
---|
Methods in org.kohsuke.jnt that return JavaNet | |
---|---|
static JavaNet |
JavaNet.connect()
obtains the connection info from ~/.java.net and returns the connected JavaNet object. |
static JavaNet |
JavaNet.connect(File accountFile)
obtains the connection info from the given file and returns the connected JavaNet object. |
static JavaNet |
JavaNet.connect(String userName,
String password)
Connects to java.net directly by using the given account info. |
static JavaNet |
JavaNet.connect(String userName,
String password,
String proxyServer,
int proxyPort)
Connects to java.net through HTTP proxy by using the given account info. |
static JavaNet |
JavaNet.connect(com.meterware.httpunit.WebConversation conversation)
Connects to java.net by using a WebConversation instance that has already logged in. |
JavaNet |
JNProject.getConnection()
Returns the JavaNet object that this project belongs to. |
Uses of JavaNet in org.kohsuke.jnt.tools |
---|
Methods in org.kohsuke.jnt.tools that return JavaNet | |
---|---|
JavaNet |
ConnectionFactory.connect()
|
Methods in org.kohsuke.jnt.tools with parameters of type JavaNet | |
---|---|
void |
RoleRequest.decline(JavaNet javanet,
String reason)
Declines this request. |
void |
RoleRequest.grant(JavaNet javanet)
Grants this request. |
Constructors in org.kohsuke.jnt.tools with parameters of type JavaNet | |
---|---|
NewBugEmail(JavaNet connection,
Reader mail)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |