C# 클래스 Gallifrey.Jira.JiraSoapClient

상속: IJiraClient
파일 보기 프로젝트 열기: BlythMeister/Gallifrey 1 사용 예제들

공개 메소드들

메소드 설명
AddComment ( string issueRef, string comment ) : void
AddWorkLog ( string issueRef, WorkLogStrategy workLogStrategy, string comment, System.TimeSpan timeSpent, System.DateTime logDate, System.TimeSpan remainingTime = null ) : void
AssignIssue ( string issueRef, string userName ) : void
GetCurrentUser ( ) : Gallifrey.Jira.Model.User
GetFilters ( ) : IEnumerable
GetIssue ( string issueRef ) : Gallifrey.Jira.Model.Issue
GetIssueTransitions ( string issueRef ) : Transitions
GetIssueWithWorklogs ( string issueRef, string userName ) : Gallifrey.Jira.Model.Issue
GetIssuesFromFilter ( string filterName ) : IEnumerable
GetIssuesFromJql ( string jql ) : IEnumerable
GetJqlForFilter ( string filterName ) : string
GetProjects ( ) : IEnumerable
JiraSoapClient ( string baseUrl, string username, string password ) : System
TransitionIssue ( string issueRef, string transitionName ) : void

메소드 상세

AddComment() 공개 메소드

public AddComment ( string issueRef, string comment ) : void
issueRef string
comment string
리턴 void

AddWorkLog() 공개 메소드

public AddWorkLog ( string issueRef, WorkLogStrategy workLogStrategy, string comment, System.TimeSpan timeSpent, System.DateTime logDate, System.TimeSpan remainingTime = null ) : void
issueRef string
workLogStrategy WorkLogStrategy
comment string
timeSpent System.TimeSpan
logDate System.DateTime
remainingTime System.TimeSpan
리턴 void

AssignIssue() 공개 메소드

public AssignIssue ( string issueRef, string userName ) : void
issueRef string
userName string
리턴 void

GetCurrentUser() 공개 메소드

public GetCurrentUser ( ) : Gallifrey.Jira.Model.User
리턴 Gallifrey.Jira.Model.User

GetFilters() 공개 메소드

public GetFilters ( ) : IEnumerable
리턴 IEnumerable

GetIssue() 공개 메소드

public GetIssue ( string issueRef ) : Gallifrey.Jira.Model.Issue
issueRef string
리턴 Gallifrey.Jira.Model.Issue

GetIssueTransitions() 공개 메소드

public GetIssueTransitions ( string issueRef ) : Transitions
issueRef string
리턴 Transitions

GetIssueWithWorklogs() 공개 메소드

public GetIssueWithWorklogs ( string issueRef, string userName ) : Gallifrey.Jira.Model.Issue
issueRef string
userName string
리턴 Gallifrey.Jira.Model.Issue

GetIssuesFromFilter() 공개 메소드

public GetIssuesFromFilter ( string filterName ) : IEnumerable
filterName string
리턴 IEnumerable

GetIssuesFromJql() 공개 메소드

public GetIssuesFromJql ( string jql ) : IEnumerable
jql string
리턴 IEnumerable

GetJqlForFilter() 공개 메소드

public GetJqlForFilter ( string filterName ) : string
filterName string
리턴 string

GetProjects() 공개 메소드

public GetProjects ( ) : IEnumerable
리턴 IEnumerable

JiraSoapClient() 공개 메소드

public JiraSoapClient ( string baseUrl, string username, string password ) : System
baseUrl string
username string
password string
리턴 System

TransitionIssue() 공개 메소드

public TransitionIssue ( string issueRef, string transitionName ) : void
issueRef string
transitionName string
리턴 void