Class GHProjectColumn


  • public class GHProjectColumn
    extends GHObject
    The type GHProjectColumn.
    Author:
    Gunnar Skjold
    • Field Detail

      • project

        protected GHProject project
        The project.
    • Constructor Detail

      • GHProjectColumn

        public GHProjectColumn()
    • Method Detail

      • wrap

        @Deprecated
        public GHProjectColumn wrap​(GitHub root)
        Deprecated.
        Wrap gh project column.
        Parameters:
        root - the root
        Returns:
        the gh project column
      • getName

        public String getName()
        Gets name.
        Returns:
        the name
      • getProjectUrl

        public URL getProjectUrl()
        Gets project url.
        Returns:
        the project url
      • setName

        public void setName​(String name)
                     throws IOException
        Sets name.
        Parameters:
        name - the name
        Throws:
        IOException - the io exception
      • getApiRoute

        protected String getApiRoute()
        Gets api route.
        Returns:
        the api route
      • createCard

        public GHProjectCard createCard​(String note)
                                 throws IOException
        Create card gh project card.
        Parameters:
        note - the note
        Returns:
        the gh project card
        Throws:
        IOException - the io exception
      • createCard

        public GHProjectCard createCard​(GHIssue issue)
                                 throws IOException
        Create card gh project card.
        Parameters:
        issue - the issue
        Returns:
        the gh project card
        Throws:
        IOException - the io exception
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance