Class: JasperServer::ReportSchedulerService::JobCalendarTrigger

Inherits:
JobTrigger
  • Object
show all
Defined in:
lib/jasperserver4r/reportschedulerservice.rb

Overview

http://www.jasperforge.org/jasperserver/wsJobCalendarTrigger

id - SOAP::SOAPLong
version - SOAP::SOAPInt
timezone - SOAP::SOAPString
startDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
minutes - SOAP::SOAPString
hours - SOAP::SOAPString
daysType - CalendarDaysType
weekDays - ArrayOf_xsd_int
monthDays - SOAP::SOAPString
months - ArrayOf_xsd_int

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, version = nil, timezone = nil, startDate = nil, endDate = nil, minutes = nil, hours = nil, daysType = nil, weekDays = nil, monthDays = nil, months = nil) ⇒ JobCalendarTrigger

Returns a new instance of JobCalendarTrigger.



53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 53

def initialize(id = nil, version = nil, timezone = nil, startDate = nil, endDate = nil, minutes = nil, hours = nil, daysType = nil, weekDays = nil, monthDays = nil, months = nil)
  @id = id
  @version = version
  @timezone = timezone
  @startDate = startDate
  @endDate = endDate
  @minutes = minutes
  @hours = hours
  @daysType = daysType
  @weekDays = weekDays
  @monthDays = monthDays
  @months = months
end

Instance Attribute Details

#daysTypeObject

Returns the value of attribute daysType.



48
49
50
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 48

def daysType
  @daysType
end

#endDateObject

Returns the value of attribute endDate.



45
46
47
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 45

def endDate
  @endDate
end

#hoursObject

Returns the value of attribute hours.



47
48
49
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 47

def hours
  @hours
end

#idObject

Returns the value of attribute id.



41
42
43
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 41

def id
  @id
end

#minutesObject

Returns the value of attribute minutes.



46
47
48
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 46

def minutes
  @minutes
end

#monthDaysObject

Returns the value of attribute monthDays.



50
51
52
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 50

def monthDays
  @monthDays
end

#monthsObject

Returns the value of attribute months.



51
52
53
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 51

def months
  @months
end

#startDateObject

Returns the value of attribute startDate.



44
45
46
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 44

def startDate
  @startDate
end

#timezoneObject

Returns the value of attribute timezone.



43
44
45
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 43

def timezone
  @timezone
end

#versionObject

Returns the value of attribute version.



42
43
44
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 42

def version
  @version
end

#weekDaysObject

Returns the value of attribute weekDays.



49
50
51
# File 'lib/jasperserver4r/reportschedulerservice.rb', line 49

def weekDays
  @weekDays
end