Class CTFFile


  • public class CTFFile
    extends Object
    A file in the file storage.

    In CTF, file objects are tied to a specific SOAP session.

    Author:
    Kohsuke Kawaguchi
    See Also:
    CollabNetApp.upload(File)
    • Method Detail

      • getId

        public String getId()
      • findByTitle

        protected <T extends ObjectWithTitle> T findByTitle​(List<T> list,
                                                            String title)
        Convenience method for a subtype to find an item in a collection by its title.