Interface ToolShedRepository

All Superinterfaces:
Savable
All Known Implementing Classes:
ToolShedRepositoryImpl

public interface ToolShedRepository extends Savable
Auto-generated interface for https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository
This interface is implemented by ToolShedRepositoryImpl
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/changeset_revision
    The revision of the tool shed repository this tool can be found in.
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/name
    The name of the tool shed repository this tool can be found in.
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/owner
    The owner of the tool shed repository this tool can be found in.
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/tool_shed
    The URI of the tool shed containing the repository this tool can be found in - typically this should be toolshed.g2.bx.psu.edu.
  • Method Details

    • getName

      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/name
      The name of the tool shed repository this tool can be found in. *
    • getChangeset_revision

      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/changeset_revision
      The revision of the tool shed repository this tool can be found in. *
    • getOwner

      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/owner
      The owner of the tool shed repository this tool can be found in. *
    • getTool_shed

      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/tool_shed
      The URI of the tool shed containing the repository this tool can be found in - typically this should be toolshed.g2.bx.psu.edu. *