aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-10-27 22:53:16 +0300
committerRoy <Roy.mail.net@gmail.com>2022-10-27 22:53:16 +0300
commit00bed963c45e4de37a6e688c59e0ecc2964d0a11 (patch)
tree4a980637ce05cf9d2107b35d391ef39927e6579b /Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload
parent6ee46ce4dcc509248afddc83853cdec3bb74fcd4 (diff)
downloadTango-00bed963c45e4de37a6e688c59e0ecc2964d0a11.tar.gz
Tango-00bed963c45e4de37a6e688c59e0ecc2964d0a11.zip
Added job name to remote job upload.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload/RemoteJobUploadRequest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload/RemoteJobUploadRequest.cs b/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload/RemoteJobUploadRequest.cs
index 86ca43fda..a7340c69f 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload/RemoteJobUploadRequest.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteJobUpload/RemoteJobUploadRequest.cs
@@ -8,6 +8,7 @@ namespace Tango.PPC.Shared.RemoteJobUpload
{
public class RemoteJobUploadRequest
{
+ public String Name { get; set; }
public RemoteJobUploadType Type { get; set; }
}
}