|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteScheme | |
|---|---|
| hudson.plugins.jira.soap | |
| Uses of RemoteScheme in hudson.plugins.jira.soap |
|---|
| Subclasses of RemoteScheme in hudson.plugins.jira.soap | |
|---|---|
class |
RemotePermissionScheme
|
| Methods in hudson.plugins.jira.soap that return RemoteScheme | |
|---|---|
RemoteScheme[] |
JirasoapserviceV2SoapBindingStub.getAssociatedNotificationSchemes(String in0,
RemoteProjectRole in1)
|
RemoteScheme[] |
JiraSoapService.getAssociatedNotificationSchemes(String in0,
RemoteProjectRole in1)
|
RemoteScheme[] |
JirasoapserviceV2SoapBindingStub.getAssociatedPermissionSchemes(String in0,
RemoteProjectRole in1)
|
RemoteScheme[] |
JiraSoapService.getAssociatedPermissionSchemes(String in0,
RemoteProjectRole in1)
|
RemoteScheme |
RemoteProject.getIssueSecurityScheme()
Gets the issueSecurityScheme value for this RemoteProject. |
RemoteScheme |
RemoteProject.getNotificationScheme()
Gets the notificationScheme value for this RemoteProject. |
RemoteScheme[] |
JirasoapserviceV2SoapBindingStub.getNotificationSchemes(String in0)
|
RemoteScheme[] |
JiraSoapService.getNotificationSchemes(String in0)
|
RemoteScheme[] |
JirasoapserviceV2SoapBindingStub.getSecuritySchemes(String in0)
|
RemoteScheme[] |
JiraSoapService.getSecuritySchemes(String in0)
|
| Methods in hudson.plugins.jira.soap with parameters of type RemoteScheme | |
|---|---|
RemoteProject |
JirasoapserviceV2SoapBindingStub.createProject(String in0,
String in1,
String in2,
String in3,
String in4,
String in5,
RemotePermissionScheme in6,
RemoteScheme in7,
RemoteScheme in8)
|
RemoteProject |
JiraSoapService.createProject(String in0,
String in1,
String in2,
String in3,
String in4,
String in5,
RemotePermissionScheme in6,
RemoteScheme in7,
RemoteScheme in8)
|
void |
RemoteProject.setIssueSecurityScheme(RemoteScheme issueSecurityScheme)
Sets the issueSecurityScheme value for this RemoteProject. |
void |
RemoteProject.setNotificationScheme(RemoteScheme notificationScheme)
Sets the notificationScheme value for this RemoteProject. |
| Constructors in hudson.plugins.jira.soap with parameters of type RemoteScheme | |
|---|---|
RemoteProject(String id,
String name,
String description,
RemoteScheme issueSecurityScheme,
String key,
String lead,
RemoteScheme notificationScheme,
RemotePermissionScheme permissionScheme,
String projectUrl,
String url)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||