UNPKG
morning-builds-core
Version:
latest (1.0.1)
1.0.1
Core functionality for Morning Builds
morning-builds-core
/
build
/
src
/
managers
/
__mocks__
/
flaky-issues.d.ts
11 lines
(10 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Test
}
from
'bamboo-promises'
;
export
declare
class
FlakyIssues
{
fetchFlakyIssue
(
failingTest
:
Test
):
Promise
<{
key
:
string
;
summary
:
string
;
issueType
:
string
;
status
:
string
;
url
:
string
; }>; }