constants

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2016 License: MIT Imports: 0 Imported by: 16

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DifferentialQueryCommitHashType

type DifferentialQueryCommitHashType string

DifferentialQueryCommitHashType are the commit types.

const (
	// DifferentialQueryGitCommit is a git commit.
	DifferentialQueryGitCommit DifferentialQueryCommitHashType = "gtcm"
	// DifferentialQueryGitTr is something.
	DifferentialQueryGitTr DifferentialQueryCommitHashType = "gttr"
	// DifferentialQueryHGCommit is a mercurial commit.
	DifferentialQueryHGCommit DifferentialQueryCommitHashType = "hgcm"
)

type DifferentialQueryOrder

type DifferentialQueryOrder string

DifferentialQueryOrder is the order in which query results cna be ordered.

const (
	// DifferentialQueryOrderModified orders results by date modified.
	DifferentialQueryOrderModified DifferentialQueryOrder = "order-modified"
	// DifferentialQueryOrderCreated orders results by date created.
	DifferentialQueryOrderCreated DifferentialQueryOrder = "order-created"
)

type DifferentialStatus

type DifferentialStatus string

DifferentialStatus is the status of a differential revision.

const (
	// DifferentialStatusAny is any status.
	DifferentialStatusAny DifferentialStatus = "status-any"
	// DifferentialStatusOpen is any revision that is open.
	DifferentialStatusOpen DifferentialStatus = "status-open"
	// DifferentialStatusAccepted is any revision that is accepted.
	DifferentialStatusAccepted DifferentialStatus = "status-accepted"
	// DifferentialStatusClosed is any revision that is closed.
	DifferentialStatusClosed DifferentialStatus = "status-closed"
)

type ManiphestQueryOrder

type ManiphestQueryOrder string

ManiphestQueryOrder is the order in which query results cna be ordered.

const (
	// ManiphestQueryOrderPriority orders results by priority.
	ManiphestQueryOrderPriority ManiphestQueryOrder = "order-priority"
	// ManiphestQueryOrderModified orders results by date modified.
	ManiphestQueryOrderModified ManiphestQueryOrder = "order-modified"
	// ManiphestQueryOrderCreated orders results by date created.
	ManiphestQueryOrderCreated ManiphestQueryOrder = "order-created"
)

type ManiphestTaskStatus

type ManiphestTaskStatus string

ManiphestTaskStatus is the status of a differential task.

const (
	// ManiphestTaskStatusAny is any status.
	ManiphestTaskStatusAny ManiphestTaskStatus = "status-any"
	// ManiphestTaskStatusOpen is any task that is open.
	ManiphestTaskStatusOpen ManiphestTaskStatus = "status-open"
	// ManiphestTaskStatusClosed is any task that is closed.
	ManiphestTaskStatusClosed ManiphestTaskStatus = "status-closed"
	// ManiphestTaskStatusResolved is any task that is resolved.
	ManiphestTaskStatusResolved ManiphestTaskStatus = "status-resolved"
	// ManiphestTaskStatusWontFix is any task that is wontfix.
	ManiphestTaskStatusWontFix ManiphestTaskStatus = "status-wontfix"
	// ManiphestTaskStatusInvalid is any task that is invalid.
	ManiphestTaskStatusInvalid ManiphestTaskStatus = "status-invalid"
	// ManiphestTaskStatusSpite is any task that is spite.
	ManiphestTaskStatusSpite ManiphestTaskStatus = "status-spite"
	// ManiphestTaskStatusDuplicate is any task that is duplicated.
	ManiphestTaskStatusDuplicate ManiphestTaskStatus = "status-duplicate"
)

type PhidType added in v0.2.0

type PhidType string

PhidType is the type of the PHID.

const (
	// PhidTypeCommit is the PHID of a commit.
	PhidTypeCommit PhidType = "CMIT"

	// PhidTypeTask is the PHID of a task.
	PhidTypeTask PhidType = "TASK"

	// PhidTypeDifferentialRevision is the PHID of a differential revision.
	PhidTypeDifferentialRevision PhidType = "DREV"
)

type ProjectStatus

type ProjectStatus string

ProjectStatus is the status of a project.

const (
	// ProjectStatusAny is any project status.
	ProjectStatusAny ProjectStatus = "status-any"
	// ProjectStatusOpen is any project that is open.
	ProjectStatusOpen ProjectStatus = "status-open"
	// ProjectStatusClosed is any project that is closed.
	ProjectStatusClosed ProjectStatus = "status-closed"
	// ProjectStatusActive is any project that is active.
	ProjectStatusActive ProjectStatus = "status-active"
	// ProjectStatusArchived is any project that is archived.
	ProjectStatusArchived ProjectStatus = "status-archived"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL