Package org.kohsuke.github
Class GHProjectColumn
java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHProjectColumn
The type GHProjectColumn.
- Author:
- Gunnar Skjold
-
Field Summary
FieldsFields inherited from class org.kohsuke.github.GHObject
responseHeaderFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCard(String note) Create card gh project card.createCard(GHIssue issue) Create card gh project card.voiddelete()Delete.protected StringGets api route.Gets the html url.getName()Gets name.Gets project.Gets project url.getRoot()Deprecated.List cards paged iterable.voidSets name.Deprecated.Deprecated.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
-
getHtmlUrl
Gets the html url.- Specified by:
getHtmlUrlin classGHObject- Returns:
- the html url
- Throws:
IOException- Signals that an I/O exception has occurred.
-
wrap
Deprecated.Wrap gh project column.- Parameters:
root- the root- Returns:
- the gh project column
-
wrap
Deprecated.Wrap gh project column.- Parameters:
project- the project- Returns:
- the gh project column
-
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
-
getRoot
Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.Get the rootGitHubinstance for this object.- Returns:
- the root
GitHubinstance
-
GitHubinstance, use a local copy instead of pulling it out of objects.