mirror of
https://github.com/ckaczor/JenkinsStatusWindow.git
synced 2026-02-02 01:25:39 -05:00
Initial commit
This commit is contained in:
8
JenkinsProject.cs
Normal file
8
JenkinsProject.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace JenkinsStatusWindow
|
||||
{
|
||||
public class JenkinsProject
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Url { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user