Toggle navigation
Sign in
Open Source
/
youtrack rest api
·
Files
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Network
Blame view
src/main/java/pl/itcrowd/youtrack/api/Commander.java
91 Bytes
Raw
Normal View
History
Permalink
Repackage pl.com.it_crowd to pl....
62c53755
bernard
authored
2013-04-04 13:08:24 +0000
1
package
pl
.
itcrowd
.
youtrack
.
api
;
Make command more extendable (Co...
1f0624db
bernard
authored
2012-07-03 14:12:15 +0000
2
3
4
5
6
public
interface
Commander
{
String
getCommand
();
}