C# 클래스 Octopus.Client.Model.TaskResource

Octopus doesn't just store information; it actively *does* things. Examples include deployments, checking that machines are online, automated database backups, and more. These "tasks" are queued and executed asynchronously, and their progress and logs can be monitored using the HTTP API. Some tasks are created automatically; for example, Octopus will automatically create a task to check the status of all machines every 5 minutes. Some tasks are created implicitly, such as when a deployment is created to execute the actual deployment. And some tasks can be created manually, such as backup tasks and sending test emails.
상속: Resource
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TaskResource ( ) : System

Create a new TaskResource.

메소드 상세

TaskResource() 공개 메소드

Create a new TaskResource.
public TaskResource ( ) : System
리턴 System