github-0.29: Access to the GitHub API, v3.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GitHub.Data.Actions.Artifacts

Documentation

data Artifact Source #

Instances

Instances details
FromJSON Artifact Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

Data Artifact Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Artifact -> c Artifact #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Artifact #

toConstr :: Artifact -> Constr #

dataTypeOf :: Artifact -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Artifact) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Artifact) #

gmapT :: (forall b. Data b => b -> b) -> Artifact -> Artifact #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Artifact -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Artifact -> r #

gmapQ :: (forall d. Data d => d -> u) -> Artifact -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Artifact -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Artifact -> m Artifact #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Artifact -> m Artifact #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Artifact -> m Artifact #

Generic Artifact Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

Associated Types

type Rep Artifact :: Type -> Type #

Methods

from :: Artifact -> Rep Artifact x #

to :: Rep Artifact x -> Artifact #

Show Artifact Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

Eq Artifact Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

Ord Artifact Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

FromJSON (WithTotalCount Artifact) Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

type Rep Artifact Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

type Rep Artifact = D1 ('MetaData "Artifact" "GitHub.Data.Actions.Artifacts" "github-0.29-8pCAynMhaqD8pNGAeWnyh4" 'False) (C1 ('MetaCons "Artifact" 'PrefixI 'True) (((S1 ('MetaSel ('Just "artifactArchiveDownloadUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL) :*: S1 ('MetaSel ('Just "artifactCreatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime)) :*: (S1 ('MetaSel ('Just "artifactExpired") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "artifactExpiresAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "artifactId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id Artifact))))) :*: ((S1 ('MetaSel ('Just "artifactName") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "artifactNodeId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "artifactSizeInBytes") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int))) :*: (S1 ('MetaSel ('Just "artifactUpdatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: (S1 ('MetaSel ('Just "artifactUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL) :*: S1 ('MetaSel ('Just "artifactWorkflowRun") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 ArtifactWorkflowRun))))))

data ArtifactWorkflowRun Source #

Instances

Instances details
FromJSON ArtifactWorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

Data ArtifactWorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ArtifactWorkflowRun -> c ArtifactWorkflowRun #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ArtifactWorkflowRun #

toConstr :: ArtifactWorkflowRun -> Constr #

dataTypeOf :: ArtifactWorkflowRun -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ArtifactWorkflowRun) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ArtifactWorkflowRun) #

gmapT :: (forall b. Data b => b -> b) -> ArtifactWorkflowRun -> ArtifactWorkflowRun #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ArtifactWorkflowRun -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ArtifactWorkflowRun -> r #

gmapQ :: (forall d. Data d => d -> u) -> ArtifactWorkflowRun -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ArtifactWorkflowRun -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ArtifactWorkflowRun -> m ArtifactWorkflowRun #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ArtifactWorkflowRun -> m ArtifactWorkflowRun #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ArtifactWorkflowRun -> m ArtifactWorkflowRun #

Generic ArtifactWorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

Associated Types

type Rep ArtifactWorkflowRun :: Type -> Type #

Show ArtifactWorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

Eq ArtifactWorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

Ord ArtifactWorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

type Rep ArtifactWorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.Artifacts

type Rep ArtifactWorkflowRun = D1 ('MetaData "ArtifactWorkflowRun" "GitHub.Data.Actions.Artifacts" "github-0.29-8pCAynMhaqD8pNGAeWnyh4" 'False) (C1 ('MetaCons "ArtifactWorkflowRun" 'PrefixI 'True) ((S1 ('MetaSel ('Just "artifactWorkflowRunWorkflowRunId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id WorkflowRun)) :*: S1 ('MetaSel ('Just "artifactWorkflowRunRepositoryId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id Repo))) :*: (S1 ('MetaSel ('Just "artifactWorkflowRunHeadRepositoryId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id Repo)) :*: (S1 ('MetaSel ('Just "artifactWorkflowRunHeadBranch") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "artifactWorkflowRunHeadSha") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)))))