Uses of Class
com.atlassian.greenhopper.web.rapid.RestTemplate

Packages that use RestTemplate
com.atlassian.greenhopper.gadget   
com.atlassian.greenhopper.web   
com.atlassian.greenhopper.web.configuration   
com.atlassian.greenhopper.web.migration   
com.atlassian.greenhopper.web.project   
com.atlassian.greenhopper.web.rank   
com.atlassian.greenhopper.web.rapid   
com.atlassian.greenhopper.web.rapid.chart   
com.atlassian.greenhopper.web.rapid.chart.time   
com.atlassian.greenhopper.web.rapid.i18n   
com.atlassian.greenhopper.web.rapid.issue   
com.atlassian.greenhopper.web.rapid.issue.attachment   
com.atlassian.greenhopper.web.rapid.issue.fields   
com.atlassian.greenhopper.web.rapid.issue.issuelink   
com.atlassian.greenhopper.web.rapid.issue.thirdpartytabs   
com.atlassian.greenhopper.web.rapid.list   
com.atlassian.greenhopper.web.rapid.plan   
com.atlassian.greenhopper.web.rapid.project   
com.atlassian.greenhopper.web.rapid.release   
com.atlassian.greenhopper.web.rapid.sprint   
com.atlassian.greenhopper.web.rapid.sprint.model   
com.atlassian.greenhopper.web.rapid.version   
com.atlassian.greenhopper.web.rapid.view   
com.atlassian.greenhopper.web.rapid.view.detailview   
com.atlassian.greenhopper.web.rapid.view.workingdays   
com.atlassian.greenhopper.web.rapid.welcome   
com.atlassian.greenhopper.web.rapid.work   
 

Uses of RestTemplate in com.atlassian.greenhopper.gadget
 

Subclasses of RestTemplate in com.atlassian.greenhopper.gadget
static class SprintRemainingDaysResource.SprintRemainingDaysResponse
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web
 

Methods in com.atlassian.greenhopper.web with parameters of type RestTemplate
 javax.ws.rs.core.Response AbstractResource.createOkResponse(RestTemplate entity)
          Returns an ok response with NO_CACHE headers applied to it.
 javax.ws.rs.core.Response AbstractResource.createOkResponse(RestTemplate template, javax.ws.rs.core.EntityTag eTag)
          Creates an ok response including an etag.
 

Method parameters in com.atlassian.greenhopper.web with type arguments of type RestTemplate
 javax.ws.rs.core.Response AbstractResource.createFromServiceOutcome(ServiceOutcome<? extends RestTemplate> outcome)
          Deprecated. 
 

Uses of RestTemplate in com.atlassian.greenhopper.web.configuration
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.configuration
static class JiraTaskResource.TaskStatus
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.migration
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.migration
 class EpicMigrationProgressModel
           
 class EpicMigrationStartedModel
          Returned by the epic migration start call
 class EpicMigrationSummaryModel
           
static class EpicMigrationSummaryModel.ProjectMigrationSummaryModel
           
 class MigrationRequestModel
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.project
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.project
static class ProjectResource.ProjectListResponse
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rank
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rank
 class RankRequest
          Internal implementation of a Rank Request.
static class RankResource.RankFirstLast
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid
 class ContextualErrorEntry
          Represents errors for a specific field
 class ErrorEntry
          Represents an error result
 class ErrorsEntry
          Represents an error collection, contains errors and field errors
 class QuickEditSettingsModel
           
 class RapidConfig
           
 class RapidGlobalConfig
           
static class RapidGlobalConfig.EpicConfig
           
static class RapidGlobalConfig.TimeTrackingConfig
           
static class RapidGlobalConfig.TimeTrackingSymbolsConfig
           
 class RapidViewConfig
           
static class RapidViewConfig.MappedColumn
           
static class RapidViewConfig.QuickFilterEntry
           
static class RapidViewConfig.StatisticsConfig
           
static class RapidViewConfig.SwimlaneEntry
           
 class RapidViewEntry
           
 class RapidViewsModel
          Holds a list of rapid views
 class UserConfig
           
 class UserFlagsModel
          Flags stored against each user
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.chart
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.chart
 class ControlChartModel
           
static class ControlChartModel.ColumnInfo
          Holds information about a single column in the chart model
static class ControlChartModel.ControlChartEntry
          Holds the control chart data for a single issue
 class CumulativeFlowChartModel
          The model behind the CFD.
 class EpicProgressChartModel
          The model for the Epic Progress Chart.
 class EpicReportModel
          model that holds data for epic report
static class EpicReportModel.EpicEntry
           
 class FixVersionHistoryModel
           
 class HistoricSprintData
          Contains the data for the sprint report.
 class HistoricSprintReportContents
          Represents the contents of a report for a Sprint.
 class ReportContentModel
           
static class ReportContentModel.Status
           
 class ScopeChangeBurndownModel
          The model for the Burndown Chart.
 class SprintBurndownModel
          The model for the Soprint Burndown Chart.
 class VelocityChartModel
           
 class VersionEntry
          Created with IntelliJ IDEA.
 class VersionProgressChartModel
           
 class VersionReportModel
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.chart.time
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.chart.time
 class WorkRateData
           
static class WorkRateData.RateEntry
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.i18n
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.i18n
 class TranslationViewModel
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.issue
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.issue
 class CommentEntry
           
 class CommentModel
           
 class IconEntry
          Represents a small icon used for attachment or issue link lists
 class IssueEntry
          Holds all data about a single issue.
static class IssueResource.SetVersionRequest
           
 class IssueSubtasksResolved
           
 class IssueTransitions
           
 class SubtaskEntry
          Holds all data about a single issue.
static class SubtaskEntry.IssueTypeEntry
           
static class SubtaskEntry.StatusEntry
           
static class SubtaskEntry.UserEntry
           
 class TransitionEntry
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.issue.attachment
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.issue.attachment
 class AttachmentEntry
          Represents a single attachment
static class AttachmentEntry.Thumbnail
           
static class AttachmentEntry.ZipContents
           
static class AttachmentEntry.ZipEntry
           
 class Attachments
          TODO: Document this class / interface here
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.issue.fields
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.issue.fields
 class EpicLinkFieldEntry
           
 class FieldEntry
           
 class FieldUpdatedEntry
           
 class HtmlFieldEntry
           
 class NumberFieldEntry
           
 class TextFieldEntry
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.issue.issuelink
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.issue.issuelink
static class EpicResource.AddToEpicRequest
           
static class EpicResource.EpicNameModel
           
static class EpicResource.FindEpicNamesResponse
           
static class EpicResource.RemoveFromEpicRequest
           
 class IssueLinkModel
          Represents the links to and from an issue.
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.issue.thirdpartytabs
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.issue.thirdpartytabs
 class ThirdPartyTabEntry
           
 class ThirdPartyTabModel
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.list
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.list
 class ClassificationStatistics
           
static class FlagResource.FlagRequest
           
 class RapidIssueEntry
           
static class RapidIssueEntry.StatisticFieldValue
           
static class RapidIssueEntry.TimeInColumnFieldValue
          To provide values which don't change in relation to the current time without mutation of the issue data we split the timeInColumn field into 2 values: enteredStatus the time the issue entered its current status durationPreviously the duration in milliseconds previously spent in status associated with the current column
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.plan
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.plan
 class AddSprintMarkerRequest
           
 class PlanningDataModel
          Model used by the plan mode.
static class PlanningDataModel.EpicData
           
static class PlanningDataModel.OpenSprintEntry
           
static class PlanningDataModel.ProgressIndicator
           
static class PlanningDataModel.TimeRemaining
           
static class PlanningDataModel.VersionData
           
static class PlanningDataModel.VersionModel
           
 class SprintMarkerEntry
           
 class UpdateSprintMarkerRequest
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.project
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.project
 class ProjectEntry
          Represents a project that is displayed on a board.
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.release
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.release
static class ReleaseResource.ReleaseRequest
           
static class ReleaseResource.ReleaseResponse
           
 class ReleaseViewModel
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.sprint
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.sprint
 class SprintContents
           
 class SprintEntry
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.sprint.model
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.sprint.model
 class CompleteSprintRequest
           
 class CompleteSprintResult
          Created with IntelliJ IDEA.
 class CompleteSprintViewModel
           
 class CreateSprintModel
           
 class CreateSprintRequest
          Data required to create a sprint
 class EditSprintModel
           
 class IssuesRemovedFromActiveSprint
           
 class IssuesRemovedFromActiveSprintsResult
           
 class LastIssuesInActiveSprint
           
 class LastIssuesInActiveSprintsCheck
           
 class LastIssuesInSprintCheck
           
 class SprintsEntry
           
 class UpdateSprintRequest
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.version
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.version
static class VersionResource.VersionModel
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.view
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.view
 class CardColorEditModel
           
 class CardColorEntry
           
 class ColumnEditRequest
          Holds the status mapping and other rapid list configuration options
static class ColumnEditRequest.MappedColumn
           
static class ColumnEditRequest.SimplifiedWorkflowEntry
           
static class ColumnEditRequest.StatusEntry
           
 class EstimationConfig
          Represents the configuration of estimation statistics for a Rapid View.
 class QuickFilterEditModel
           
 class QuickFilterEntry
           
 class RapidViewCreateModel
          Model for rapid view creation dialog
 class RapidViewEditModel
           
static class RapidViewEditModel.JQLAutoCompleteData
           
static class RapidViewEditModel.Owner
           
 class RapidViewListEntry
           
 class RapidViewListModel
           
 class SavedFilterEntry
          Mimic JIRA's saved filter permission display.
static class SavedFilterEntry.SavedFilterPermissionEntry
          Mimic JIRA's saved filter permission display.
static class SavedFilterEntry.SavedFilterPermissionValue
          A single permission value for display
static class SavedFilterResource.SavedFilterListModel
           
 class StatisticsFieldEntry
          Represents a statistics field entry during configuration of a rapid view.
static class StatisticsFieldEntry.ValidationEntry
           
 class SubqueryEditModel
           
 class SubqueryEntry
           
 class SwimlaneEditModel
           
 class SwimlaneEntry
           
static class WorkflowResource.ConvertWorkflowModel
           
static class WorkflowResource.RemoveStatusModel
           
static class WorkflowResource.RemoveStatusRequest
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.view.detailview
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.view.detailview
 class DetailViewFieldConfigModel
          Represents the configuration of detail view fields for a rapid view.
static class DetailViewFieldConfigModel.DetailViewFieldEntry
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.view.workingdays
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.view.workingdays
 class NonWorkingDayModel
          Represents a non working day
 class TimeZoneEditModel
          Model containing all the values necessary for editing the working days timezone
static class TimeZoneEditModel.Region
           
 class WeekDaysModel
           
 class WorkingDaysConfigModel
           
static class WorkingDaysResource.NonWorkingDayRequest
           
static class WorkingDaysResource.TimeZoneRequest
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.welcome
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.welcome
 class WelcomeCreateResponse
          This is the data sent back to the client after a welcome mat create request was processed.
static class WelcomeCreateResponse.ProjectTemplate
           
static class WelcomeCreateResponse.RapidViewTemplate
           
 class WelcomeModel
           
 

Uses of RestTemplate in com.atlassian.greenhopper.web.rapid.work
 

Subclasses of RestTemplate in com.atlassian.greenhopper.web.rapid.work
 class ActiveFilterData
          Describes a filter used to query for issues or swimlanes.
static class ColumnsData.ColumnEntry
          Column representation
 class IssuesData
           
 class OrderData
          Holds the order information
static class OrderData.PerProjectRankPermission
           
 class SprintsData
           
 class SwimlanesData
          Swimlanes data
static class SwimlanesData.CustomSwimlanesData
           
static class SwimlanesData.EpicSwimlanesData
           
static class SwimlanesData.ParentSwimlanesData
           
static class SwimlanesData.SwimlaneEntry
           
 class WorkData
          All pool data response
static class WorkData.ETagData
          Holds information about the last update, used for polling purposes
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.