mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Refactorings for the new IniConfig
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@853 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
232fd4e33d
commit
14b0863bcd
34 changed files with 338 additions and 499 deletions
|
@ -26,17 +26,17 @@ using Greenshot.Core;
|
|||
|
||||
namespace GreenshotJiraPlugin {
|
||||
/// <summary>
|
||||
/// Description of CoreConfiguration.
|
||||
/// Description of JiraConfiguration.
|
||||
/// </summary>
|
||||
[IniSection("JIRA", Description="Greenshot JIRA Plugin configuration")]
|
||||
[IniSection("Jira", Description="Greenshot Jira Plugin configuration")]
|
||||
public class JiraConfiguration : IniSection {
|
||||
[IniProperty("Url", Description="Url to Jira system, including wsdl.", DefaultValue="http://jira/rpc/soap/jirasoapservice-v2?wsdl")]
|
||||
public string Url;
|
||||
[IniProperty("Timeout", Description="Session timeout in minutes", DefaultValue="30")]
|
||||
public int Timeout;
|
||||
[IniProperty("User", Description="User for the JIRA System")]
|
||||
[IniProperty("User", Description="User for the Jira System")]
|
||||
public string User;
|
||||
[IniProperty("Password", Description="Password for the JIRA System, belonging to user.")]
|
||||
[IniProperty("Password", Description="Password for the Jira System, belonging to user.")]
|
||||
public string Password;
|
||||
|
||||
// This will not be stored
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue