java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHProjectColumn
The type GHProjectColumn.
- Author:
- Gunnar Skjold
-
Field Summary
Fields inherited from class org.kohsuke.github.GHObject
responseHeaderFields
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateCard
(String note) Create card gh project card.createCard
(GHIssue issue) Create card gh project card.void
delete()
Delete.protected String
Gets api route.getName()
Gets name.Gets project.Gets project url.List cards paged iterable.void
Sets name.Methods inherited from class org.kohsuke.github.GHObject
getCreatedAt, getId, getNodeId, getResponseHeaderFields, getUpdatedAt, getUrl, setResponseHeaderFields, toString
-
Field Details
-
project
The project.
-
-
Constructor Details
-
GHProjectColumn
public GHProjectColumn()Create default GHProjectColumn instance
-
-
Method Details
-
getProject
Gets project.- Returns:
- the project
- Throws:
IOException
- the io exception
-
getName
Gets name.- Returns:
- the name
-
getProjectUrl
Gets project url.- Returns:
- the project url
-
setName
Sets name.- Parameters:
name
- the name- Throws:
IOException
- the io exception
-
getApiRoute
Gets api route.- Returns:
- the api route
-
delete
Delete.- Throws:
IOException
- the io exception
-
listCards
List cards paged iterable.- Returns:
- the paged iterable
- Throws:
IOException
- the io exception
-
createCard
Create card gh project card.- Parameters:
note
- the note- Returns:
- the gh project card
- Throws:
IOException
- the io exception
-
createCard
Create card gh project card.- Parameters:
issue
- the issue- Returns:
- the gh project card
- Throws:
IOException
- the io exception
-